Html Css Color HEX #D05320 Chilean Fire

📋 copy color: '#D05320'

red 208 ◦ green 83 ◦ blue 32

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

Shades of Chilean Fire #D05320

Tints of Chilean Fire #D05320

RGB

 RED value IS 208 (81.64% from 255) = 64.4%

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 64.4%
G = 25.7%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D05320 (or 0xD05320) is known color: Chilean Fire. HEX triplet: D0, 53 and 20. RGB value is (208,83,32). Sum of RGB (Red+Green+Blue) = 208+83+32=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D05320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05320 is #2FACDF. Grayscale: #727272. Windows color (decimal): -3124448 or 2118608. OLE color: 2118608.

HSL color Cylindrical-coordinate representation of color #D05320: hue angle of 17.39º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D05320 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 32 -
CMYK 0 0.60 0.85 0.18
HSL 17.39º 0.73% 0.47% -
HSV(B) 17.39º 0.85% 0.82% -
XYZ 29.37 19.7 3.62 -
YUV 114.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 208 83 32 0 0.60 0.85 0.18 17.39 0.73 0.47
Hex D0 53 20 0 3C 55 12 11 49 2F
Octal 320 123 40 0 74 125 22 21 111 57
Binary 11010000 1010011 100000 0 111100 1010101 10010 10001 1001001 101111

Color Harmonies of #D05320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05320

Black with #D05320

Text Example


Text Example

White with #D05320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05320; }

 p { color: rgb(208,83,32); }

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

background-color css

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

 a { background-color: rgb(208,83,32); }

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

border-color css

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

 span { border-color: rgb(208,83,32); }

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