Html Css Color HEX #D65020 Chilean Fire

📋 copy color: '#D65020'

red 214 ◦ green 80 ◦ blue 32

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

Shades of Chilean Fire #D65020

Tints of Chilean Fire #D65020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

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

R = 65.64%
G = 24.54%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D65020 (or 0xD65020) is known color: Chilean Fire. HEX triplet: D6, 50 and 20. RGB value is (214,80,32). Sum of RGB (Red+Green+Blue) = 214+80+32=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D65020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65020 is #29AFDF. Grayscale: #727272. Windows color (decimal): -2732000 or 2117846. OLE color: 2117846.

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

Color convert

RGB 214 80 32 -
CMYK 0 0.63 0.85 0.16
HSL 15.82º 0.74% 0.48% -
HSV(B) 15.82º 0.85% 0.84% -
XYZ 30.86 20.14 3.63 -
YUV 114.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 214 80 32 0 0.63 0.85 0.16 15.82 0.74 0.48
Hex D6 50 20 0 3F 55 10 10 4A 30
Octal 326 120 40 0 77 125 20 20 112 60
Binary 11010110 1010000 100000 0 111111 1010101 10000 10000 1001010 110000

Color Harmonies of #D65020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65020

Black with #D65020

Text Example


Text Example

White with #D65020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65020; }

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

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

background-color css

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

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

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

border-color css

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

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

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