Html Css Color HEX #D66132 Chilean Fire

📋 copy color: '#D66132'

red 214 ◦ green 97 ◦ blue 50

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

Shades of Chilean Fire #D66132

Tints of Chilean Fire #D66132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 59.28%
G = 26.87%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D66132 (or 0xD66132) is known color: Chilean Fire. HEX triplet: D6, 61 and 32. RGB value is (214,97,50). Sum of RGB (Red+Green+Blue) = 214+97+50=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D66132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66132 is #299ECD. Grayscale: #7E7E7E. Windows color (decimal): -2727630 or 3301846. OLE color: 3301846.

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

Color convert

RGB 214 97 50 -
CMYK 0 0.55 0.77 0.16
HSL 17.2º 0.67% 0.52% -
HSV(B) 17.2º 0.77% 0.84% -
XYZ 32.58 23.08 5.75 -
YUV 126.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 214 97 50 0 0.55 0.77 0.16 17.2 0.67 0.52
Hex D6 61 32 0 37 4D 10 11 43 34
Octal 326 141 62 0 67 115 20 21 103 64
Binary 11010110 1100001 110010 0 110111 1001101 10000 10001 1000011 110100

Color Harmonies of #D66132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66132

Black with #D66132

Text Example


Text Example

White with #D66132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66132; }

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

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

background-color css

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

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

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

border-color css

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

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

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