Html Css Color HEX #D0521F Chilean Fire

📋 copy color: '#D0521F'

red 208 ◦ green 82 ◦ blue 31

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

Shades of Chilean Fire #D0521F

Tints of Chilean Fire #D0521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 64.8%
G = 25.55%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0521F (or 0xD0521F) is known color: Chilean Fire. HEX triplet: D0, 52 and 1F. RGB value is (208,82,31). Sum of RGB (Red+Green+Blue) = 208+82+31=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0521F is #2FADE0. Grayscale: #727272. Windows color (decimal): -3124705 or 2052816. OLE color: 2052816.

HSL color Cylindrical-coordinate representation of color #D0521F: hue angle of 17.29º degrees, saturation: 0.74, 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 #D0521F is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 82 31 -
CMYK 0 0.61 0.85 0.18
HSL 17.29º 0.74% 0.47% -
HSV(B) 17.29º 0.85% 0.82% -
XYZ 29.28 19.54 3.53 -
YUV 113.86 81.24 195.15 -
System Red Green Blue C M Y K H S L
Decimal 208 82 31 0 0.61 0.85 0.18 17.29 0.74 0.47
Hex D0 52 1F 0 3D 55 12 11 4A 2F
Octal 320 122 37 0 75 125 22 21 112 57
Binary 11010000 1010010 11111 0 111101 1010101 10010 10001 1001010 101111

Color Harmonies of #D0521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0521F

Black with #D0521F

Text Example


Text Example

White with #D0521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0521F; }

 p { color: rgb(208,82,31); }

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

background-color css

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

 a { background-color: rgb(208,82,31); }

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

border-color css

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

 span { border-color: rgb(208,82,31); }

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