Html Css Color HEX #D66233 Chilean Fire

📋 copy color: '#D66233'

red 214 ◦ green 98 ◦ blue 51

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

Shades of Chilean Fire #D66233

Tints of Chilean Fire #D66233

RGB

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

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

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

R = 58.95%
G = 27%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D66233 (or 0xD66233) is known color: Chilean Fire. HEX triplet: D6, 62 and 33. RGB value is (214,98,51). Sum of RGB (Red+Green+Blue) = 214+98+51=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D66233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66233 is #299DCC. Grayscale: #7F7F7F. Windows color (decimal): -2727373 or 3367638. OLE color: 3367638.

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

Color convert

RGB 214 98 51 -
CMYK 0 0.54 0.76 0.16
HSL 17.3º 0.67% 0.52% -
HSV(B) 17.3º 0.76% 0.84% -
XYZ 32.7 23.27 5.9 -
YUV 127.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 214 98 51 0 0.54 0.76 0.16 17.3 0.67 0.52
Hex D6 62 33 0 36 4C 10 11 43 34
Octal 326 142 63 0 66 114 20 21 103 64
Binary 11010110 1100010 110011 0 110110 1001100 10000 10001 1000011 110100

Color Harmonies of #D66233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66233

Black with #D66233

Text Example


Text Example

White with #D66233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66233; }

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

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

background-color css

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

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

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

border-color css

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

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

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