Html Css Color HEX #D9592A Chilean Fire

📋 copy color: '#D9592A'

red 217 ◦ green 89 ◦ blue 42

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

Shades of Chilean Fire #D9592A

Tints of Chilean Fire #D9592A

RGB

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

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

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

R = 62.36%
G = 25.57%
B = 12.07%

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

#D9592A (or 0xD9592A) is known color: Chilean Fire. HEX triplet: D9, 59 and 2A. RGB value is (217,89,42). Sum of RGB (Red+Green+Blue) = 217+89+42=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9592A is #26A6D5. Grayscale: #7A7A7A. Windows color (decimal): -2533078 or 2775513. OLE color: 2775513.

HSL color Cylindrical-coordinate representation of color #D9592A: hue angle of 16.11º 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 #D9592A is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 42 -
CMYK 0 0.59 0.81 0.15
HSL 16.11º 0.7% 0.51% -
HSV(B) 16.11º 0.81% 0.85% -
XYZ 32.61 22.06 4.73 -
YUV 121.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 217 89 42 0 0.59 0.81 0.15 16.11 0.7 0.51
Hex D9 59 2A 0 3B 51 F 10 46 33
Octal 331 131 52 0 73 121 17 20 106 63
Binary 11011001 1011001 101010 0 111011 1010001 1111 10000 1000110 110011

Color Harmonies of #D9592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9592A

Black with #D9592A

Text Example


Text Example

White with #D9592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9592A; }

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

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

background-color css

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

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

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

border-color css

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

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

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