Html Css Color HEX #D0592D Chilean Fire

📋 copy color: '#D0592D'

red 208 ◦ green 89 ◦ blue 45

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

Shades of Chilean Fire #D0592D

Tints of Chilean Fire #D0592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 60.82%
G = 26.02%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0592D (or 0xD0592D) is known color: Chilean Fire. HEX triplet: D0, 59 and 2D. RGB value is (208,89,45). Sum of RGB (Red+Green+Blue) = 208+89+45=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D0592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0592D is #2FA6D2. Grayscale: #777777. Windows color (decimal): -3122899 or 2972112. OLE color: 2972112.

HSL color Cylindrical-coordinate representation of color #D0592D: hue angle of 16.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0592D is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 45 -
CMYK 0 0.57 0.78 0.18
HSL 16.2º 0.64% 0.5% -
HSV(B) 16.2º 0.78% 0.82% -
XYZ 30.06 20.74 4.9 -
YUV 119.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 208 89 45 0 0.57 0.78 0.18 16.2 0.64 0.5
Hex D0 59 2D 0 39 4E 12 10 40 32
Octal 320 131 55 0 71 116 22 20 100 62
Binary 11010000 1011001 101101 0 111001 1001110 10010 10000 1000000 110010

Color Harmonies of #D0592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0592D

Black with #D0592D

Text Example


Text Example

White with #D0592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0592D; }

 p { color: rgb(208,89,45); }

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

background-color css

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

 a { background-color: rgb(208,89,45); }

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

border-color css

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

 span { border-color: rgb(208,89,45); }

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