Html Css Color HEX #D66232 Chilean Fire

📋 copy color: '#D66232'

red 214 ◦ green 98 ◦ blue 50

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

Shades of Chilean Fire #D66232

Tints of Chilean Fire #D66232

RGB

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

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

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

R = 59.12%
G = 27.07%
B = 13.81%

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

#D66232 (or 0xD66232) is known color: Chilean Fire. HEX triplet: D6, 62 and 32. RGB value is (214,98,50). Sum of RGB (Red+Green+Blue) = 214+98+50=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D66232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66232 is #299DCD. Grayscale: #7F7F7F. Windows color (decimal): -2727374 or 3302102. OLE color: 3302102.

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

Color convert

RGB 214 98 50 -
CMYK 0 0.54 0.77 0.16
HSL 17.56º 0.67% 0.52% -
HSV(B) 17.56º 0.77% 0.84% -
XYZ 32.67 23.26 5.79 -
YUV 127.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 214 98 50 0 0.54 0.77 0.16 17.56 0.67 0.52
Hex D6 62 32 0 36 4D 10 12 43 34
Octal 326 142 62 0 66 115 20 22 103 64
Binary 11010110 1100010 110010 0 110110 1001101 10000 10010 1000011 110100

Color Harmonies of #D66232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66232

Black with #D66232

Text Example


Text Example

White with #D66232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66232; }

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

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

background-color css

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

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

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

border-color css

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

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

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