Html Css Color HEX #D66133 Chilean Fire

📋 copy color: '#D66133'

red 214 ◦ green 97 ◦ blue 51

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

Shades of Chilean Fire #D66133

Tints of Chilean Fire #D66133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

 BLUE value IS 51 (20.31% from 255) = 14.09%

R = 59.12%
G = 26.8%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D66133 (or 0xD66133) is known color: Chilean Fire. HEX triplet: D6, 61 and 33. RGB value is (214,97,51). Sum of RGB (Red+Green+Blue) = 214+97+51=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D66133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66133 is #299ECC. Grayscale: #7F7F7F. Windows color (decimal): -2727629 or 3367382. OLE color: 3367382.

HSL color Cylindrical-coordinate representation of color #D66133: hue angle of 16.93º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D66133 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 97 51 -
CMYK 0 0.55 0.76 0.16
HSL 16.93º 0.67% 0.52% -
HSV(B) 16.93º 0.76% 0.84% -
XYZ 32.6 23.08 5.87 -
YUV 126.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 214 97 51 0 0.55 0.76 0.16 16.93 0.67 0.52
Hex D6 61 33 0 37 4C 10 11 43 34
Octal 326 141 63 0 67 114 20 21 103 64
Binary 11010110 1100001 110011 0 110111 1001100 10000 10001 1000011 110100

Color Harmonies of #D66133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66133

Black with #D66133

Text Example


Text Example

White with #D66133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66133; }

 p { color: rgb(214,97,51); }

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

background-color css

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

 a { background-color: rgb(214,97,51); }

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

border-color css

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

 span { border-color: rgb(214,97,51); }

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