Html Css Color HEX #D0572B Chilean Fire

📋 copy color: '#D0572B'

red 208 ◦ green 87 ◦ blue 43

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

Shades of Chilean Fire #D0572B

Tints of Chilean Fire #D0572B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 43 (17.19% from 255) = 12.72%

R = 61.54%
G = 25.74%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0572B (or 0xD0572B) is known color: Chilean Fire. HEX triplet: D0, 57 and 2B. RGB value is (208,87,43). Sum of RGB (Red+Green+Blue) = 208+87+43=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0572B is #2FA8D4. Grayscale: #767676. Windows color (decimal): -3123413 or 2840528. OLE color: 2840528.

HSL color Cylindrical-coordinate representation of color #D0572B: hue angle of 16º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0572B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 43 -
CMYK 0 0.58 0.79 0.18
HSL 16º 0.66% 0.49% -
HSV(B) 16º 0.79% 0.82% -
XYZ 29.86 20.4 4.65 -
YUV 118.16 85.59 192.08 -
System Red Green Blue C M Y K H S L
Decimal 208 87 43 0 0.58 0.79 0.18 16 0.66 0.49
Hex D0 57 2B 0 3A 4F 12 10 42 31
Octal 320 127 53 0 72 117 22 20 102 61
Binary 11010000 1010111 101011 0 111010 1001111 10010 10000 1000010 110001

Color Harmonies of #D0572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0572B

Black with #D0572B

Text Example


Text Example

White with #D0572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0572B; }

 p { color: rgb(208,87,43); }

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

background-color css

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

 a { background-color: rgb(208,87,43); }

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

border-color css

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

 span { border-color: rgb(208,87,43); }

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