Html Css Color HEX #D9602A Chilean Fire

📋 copy color: '#D9602A'

red 217 ◦ green 96 ◦ blue 42

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

Shades of Chilean Fire #D9602A

Tints of Chilean Fire #D9602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

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

R = 61.13%
G = 27.04%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9602A (or 0xD9602A) is known color: Chilean Fire. HEX triplet: D9, 60 and 2A. RGB value is (217,96,42). Sum of RGB (Red+Green+Blue) = 217+96+42=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D9602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9602A is #269FD5. Grayscale: #7E7E7E. Windows color (decimal): -2531286 or 2777305. OLE color: 2777305.

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

Color convert

RGB 217 96 42 -
CMYK 0 0.56 0.81 0.15
HSL 18.51º 0.7% 0.51% -
HSV(B) 18.51º 0.81% 0.85% -
XYZ 33.22 23.28 4.93 -
YUV 126.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 217 96 42 0 0.56 0.81 0.15 18.51 0.7 0.51
Hex D9 60 2A 0 38 51 F 13 46 33
Octal 331 140 52 0 70 121 17 23 106 63
Binary 11011001 1100000 101010 0 111000 1010001 1111 10011 1000110 110011

Color Harmonies of #D9602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9602A

Black with #D9602A

Text Example


Text Example

White with #D9602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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