Html Css Color HEX #D65120 Chilean Fire

📋 copy color: '#D65120'

red 214 ◦ green 81 ◦ blue 32

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

Shades of Chilean Fire #D65120

Tints of Chilean Fire #D65120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 65.44%
G = 24.77%
B = 9.79%

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

#D65120 (or 0xD65120) is known color: Chilean Fire. HEX triplet: D6, 51 and 20. RGB value is (214,81,32). Sum of RGB (Red+Green+Blue) = 214+81+32=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D65120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65120 is #29AEDF. Grayscale: #737373. Windows color (decimal): -2731744 or 2118102. OLE color: 2118102.

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

Color convert

RGB 214 81 32 -
CMYK 0 0.62 0.85 0.16
HSL 16.15º 0.74% 0.48% -
HSV(B) 16.15º 0.85% 0.84% -
XYZ 30.93 20.29 3.65 -
YUV 115.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 214 81 32 0 0.62 0.85 0.16 16.15 0.74 0.48
Hex D6 51 20 0 3E 55 10 10 4A 30
Octal 326 121 40 0 76 125 20 20 112 60
Binary 11010110 1010001 100000 0 111110 1010101 10000 10000 1001010 110000

Color Harmonies of #D65120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65120

Black with #D65120

Text Example


Text Example

White with #D65120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65120; }

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

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

background-color css

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

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

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

border-color css

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

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

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