Html Css Color HEX #D0582D Chilean Fire

📋 copy color: '#D0582D'

red 208 ◦ green 88 ◦ blue 45

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

Shades of Chilean Fire #D0582D

Tints of Chilean Fire #D0582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

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

R = 61%
G = 25.81%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0582D (or 0xD0582D) is known color: Chilean Fire. HEX triplet: D0, 58 and 2D. RGB value is (208,88,45). Sum of RGB (Red+Green+Blue) = 208+88+45=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0582D is #2FA7D2. Grayscale: #777777. Windows color (decimal): -3123155 or 2971856. OLE color: 2971856.

HSL color Cylindrical-coordinate representation of color #D0582D: hue angle of 15.83º 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 #D0582D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 45 -
CMYK 0 0.58 0.78 0.18
HSL 15.83º 0.64% 0.5% -
HSV(B) 15.83º 0.78% 0.82% -
XYZ 29.98 20.58 4.87 -
YUV 118.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 208 88 45 0 0.58 0.78 0.18 15.83 0.64 0.5
Hex D0 58 2D 0 3A 4E 12 10 40 32
Octal 320 130 55 0 72 116 22 20 100 62
Binary 11010000 1011000 101101 0 111010 1001110 10010 10000 1000000 110010

Color Harmonies of #D0582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0582D

Black with #D0582D

Text Example


Text Example

White with #D0582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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