Html Css Color HEX #D66231 Chilean Fire

📋 copy color: '#D66231'

red 214 ◦ green 98 ◦ blue 49

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

Shades of Chilean Fire #D66231

Tints of Chilean Fire #D66231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

 BLUE value IS 49 (19.53% from 255) = 13.57%

R = 59.28%
G = 27.15%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D66231 (or 0xD66231) is known color: Chilean Fire. HEX triplet: D6, 62 and 31. RGB value is (214,98,49). Sum of RGB (Red+Green+Blue) = 214+98+49=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D66231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66231 is #299DCE. Grayscale: #7F7F7F. Windows color (decimal): -2727375 or 3236566. OLE color: 3236566.

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

Color convert

RGB 214 98 49 -
CMYK 0 0.54 0.77 0.16
HSL 17.82º 0.67% 0.52% -
HSV(B) 17.82º 0.77% 0.84% -
XYZ 32.65 23.25 5.67 -
YUV 127.1 83.93 189.98 -
System Red Green Blue C M Y K H S L
Decimal 214 98 49 0 0.54 0.77 0.16 17.82 0.67 0.52
Hex D6 62 31 0 36 4D 10 12 43 34
Octal 326 142 61 0 66 115 20 22 103 64
Binary 11010110 1100010 110001 0 110110 1001101 10000 10010 1000011 110100

Color Harmonies of #D66231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66231

Black with #D66231

Text Example


Text Example

White with #D66231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66231; }

 p { color: rgb(214,98,49); }

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

background-color css

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

 a { background-color: rgb(214,98,49); }

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

border-color css

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

 span { border-color: rgb(214,98,49); }

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