Html Css Color HEX #D0602E Chilean Fire

📋 copy color: '#D0602E'

red 208 ◦ green 96 ◦ blue 46

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

Shades of Chilean Fire #D0602E

Tints of Chilean Fire #D0602E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 59.43%
G = 27.43%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0602E (or 0xD0602E) is known color: Chilean Fire. HEX triplet: D0, 60 and 2E. RGB value is (208,96,46). Sum of RGB (Red+Green+Blue) = 208+96+46=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0602E is #2F9FD1. Grayscale: #7C7C7C. Windows color (decimal): -3121106 or 3039440. OLE color: 3039440.

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

Color convert

RGB 208 96 46 -
CMYK 0 0.54 0.78 0.18
HSL 18.52º 0.64% 0.5% -
HSV(B) 18.52º 0.78% 0.82% -
XYZ 30.69 21.97 5.21 -
YUV 123.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 208 96 46 0 0.54 0.78 0.18 18.52 0.64 0.5
Hex D0 60 2E 0 36 4E 12 13 40 32
Octal 320 140 56 0 66 116 22 23 100 62
Binary 11010000 1100000 101110 0 110110 1001110 10010 10011 1000000 110010

Color Harmonies of #D0602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0602E

Black with #D0602E

Text Example


Text Example

White with #D0602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0602E; }

 p { color: rgb(208,96,46); }

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

background-color css

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

 a { background-color: rgb(208,96,46); }

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

border-color css

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

 span { border-color: rgb(208,96,46); }

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