#D65237

Color #D65237 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #D65237

Tints of Chilean Fire #D65237

Color information

#D65237 (or 0xD65237) is unknown color: approx Chilean Fire. HEX triplet: D6, 52 and 37. RGB value is (214,82,55). Sum of RGB (Red+Green+Blue) = 214+82+55=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D65237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65237 is #29ADC8. Grayscale: #767676. Windows color (decimal): -2731465 or 3625686. OLE color: 3625686.

HSL color Cylindrical-coordinate representation of color #D65237: hue angle of 10.19º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D65237 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2148255-
CMYK00.620.740.16
HSL10.19º65.98%52.75%-
HSV(B)10.19º74.3%83.92%-
XYZ31.4420.615.93-
YUV118.3992.23196.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 60.97%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 55 (21.88% from 255) = 15.67%
R=60.97%
G=23.36%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214825500.620.740.1610.1965.9852.75
HexD6523703E4A10a4235
Octal32612267076112201210265
Binary110101101010010110111011111010010101000010101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65237; }

 p { color: rgb(214,82,55); }

 H1.HeaderClassName
 {
   color: #D65237;
 }
 .AnyTagClassName
 {
   color: #D65237;
 }
</style>
background-color css

<style>
 a { background-color: #D65237; }

 a { background-color: rgb(214,82,55); }

 div.DivClassName
 {
   background-color: #D65237;
 }
 .BgClassName
 {
   background-color: #D65237;
 }
</style>
border-color css

<style>
 span { border-color: #D65237; }

 span { border-color: rgb(214,82,55); }

 td.TdClassName
 {
   border-color: #D65237;
 }
 .TagClassName
 {
   border-color: #D65237;
 }
</style>