Html Css Color HEX #D9582A Chilean Fire

📋 copy color: '#D9582A'

red 217 ◦ green 88 ◦ blue 42

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

Shades of Chilean Fire #D9582A

Tints of Chilean Fire #D9582A

RGB

 RED value IS 217 (85.16% from 255) = 62.54%

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

 BLUE value IS 42 (16.8% from 255) = 12.1%

R = 62.54%
G = 25.36%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9582A (or 0xD9582A) is known color: Chilean Fire. HEX triplet: D9, 58 and 2A. RGB value is (217,88,42). Sum of RGB (Red+Green+Blue) = 217+88+42=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9582A is #26A7D5. Grayscale: #797979. Windows color (decimal): -2533334 or 2775257. OLE color: 2775257.

HSL color Cylindrical-coordinate representation of color #D9582A: hue angle of 15.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9582A is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 42 -
CMYK 0 0.59 0.81 0.15
HSL 15.77º 0.7% 0.51% -
HSV(B) 15.77º 0.81% 0.85% -
XYZ 32.52 21.9 4.7 -
YUV 121.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 217 88 42 0 0.59 0.81 0.15 15.77 0.7 0.51
Hex D9 58 2A 0 3B 51 F 10 46 33
Octal 331 130 52 0 73 121 17 20 106 63
Binary 11011001 1011000 101010 0 111011 1010001 1111 10000 1000110 110011

Color Harmonies of #D9582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9582A

Black with #D9582A

Text Example


Text Example

White with #D9582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9582A; }

 p { color: rgb(217,88,42); }

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

background-color css

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

 a { background-color: rgb(217,88,42); }

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

border-color css

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

 span { border-color: rgb(217,88,42); }

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