Html Css Color HEX #D66437 Chilean Fire

📋 copy color: '#D66437'

red 214 ◦ green 100 ◦ blue 55

#D66437
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #D66437

Tints of Chilean Fire #D66437

RGB

 RED value IS 214 (83.98% from 255) = 57.99%

 GREEN value IS 100 (39.45% from 255) = 27.1%

 BLUE value IS 55 (21.88% from 255) = 14.91%

R = 57.99%
G = 27.1%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D66437 (or 0xD66437) is known color: Chilean Fire. HEX triplet: D6, 64 and 37. RGB value is (214,100,55). Sum of RGB (Red+Green+Blue) = 214+100+55=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D66437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66437 is #299BC8. Grayscale: #818181. Windows color (decimal): -2726857 or 3630294. OLE color: 3630294.

HSL color Cylindrical-coordinate representation of color #D66437: hue angle of 16.98º 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 #D66437 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 55 -
CMYK 0 0.53 0.74 0.16
HSL 16.98º 0.66% 0.53% -
HSV(B) 16.98º 0.74% 0.84% -
XYZ 32.98 23.69 6.45 -
YUV 128.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 214 100 55 0 0.53 0.74 0.16 16.98 0.66 0.53
Hex D6 64 37 0 35 4A 10 11 42 35
Octal 326 144 67 0 65 112 20 21 102 65
Binary 11010110 1100100 110111 0 110101 1001010 10000 10001 1000010 110101

Color Harmonies of #D66437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66437

Black with #D66437

Text Example


Text Example

White with #D66437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66437; }

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

 H1.HeaderClassName
 {
   color: #D66437;
 }
 .AnyTagClassName
 {
   color: #D66437;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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