Html Css Color HEX #D65220 Chilean Fire

📋 copy color: '#D65220'

red 214 ◦ green 82 ◦ blue 32

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

Shades of Chilean Fire #D65220

Tints of Chilean Fire #D65220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 65.24%
G = 25%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D65220 (or 0xD65220) is known color: Chilean Fire. HEX triplet: D6, 52 and 20. RGB value is (214,82,32). Sum of RGB (Red+Green+Blue) = 214+82+32=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D65220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65220 is #29ADDF. Grayscale: #747474. Windows color (decimal): -2731488 or 2118358. OLE color: 2118358.

HSL color Cylindrical-coordinate representation of color #D65220: hue angle of 16.48º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D65220 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 32 -
CMYK 0 0.62 0.85 0.16
HSL 16.48º 0.74% 0.48% -
HSV(B) 16.48º 0.85% 0.84% -
XYZ 31.01 20.44 3.68 -
YUV 115.77 80.73 198.07 -
System Red Green Blue C M Y K H S L
Decimal 214 82 32 0 0.62 0.85 0.16 16.48 0.74 0.48
Hex D6 52 20 0 3E 55 10 10 4A 30
Octal 326 122 40 0 76 125 20 20 112 60
Binary 11010110 1010010 100000 0 111110 1010101 10000 10000 1001010 110000

Color Harmonies of #D65220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65220

Black with #D65220

Text Example


Text Example

White with #D65220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65220; }

 p { color: rgb(214,82,32); }

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

background-color css

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

 a { background-color: rgb(214,82,32); }

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

border-color css

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

 span { border-color: rgb(214,82,32); }

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