Html Css Color HEX #D0602B Chilean Fire

📋 copy color: '#D0602B'

red 208 ◦ green 96 ◦ blue 43

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

Shades of Chilean Fire #D0602B

Tints of Chilean Fire #D0602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 59.94%
G = 27.67%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0602B (or 0xD0602B) is known color: Chilean Fire. HEX triplet: D0, 60 and 2B. RGB value is (208,96,43). Sum of RGB (Red+Green+Blue) = 208+96+43=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D0602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0602B is #2F9FD4. Grayscale: #7B7B7B. Windows color (decimal): -3121109 or 2842832. OLE color: 2842832.

HSL color Cylindrical-coordinate representation of color #D0602B: hue angle of 19.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0602B is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 43 -
CMYK 0 0.54 0.79 0.18
HSL 19.27º 0.66% 0.49% -
HSV(B) 19.27º 0.79% 0.82% -
XYZ 30.63 21.95 4.91 -
YUV 123.45 82.61 188.31 -
System Red Green Blue C M Y K H S L
Decimal 208 96 43 0 0.54 0.79 0.18 19.27 0.66 0.49
Hex D0 60 2B 0 36 4F 12 13 42 31
Octal 320 140 53 0 66 117 22 23 102 61
Binary 11010000 1100000 101011 0 110110 1001111 10010 10011 1000010 110001

Color Harmonies of #D0602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0602B

Black with #D0602B

Text Example


Text Example

White with #D0602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0602B; }

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

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

background-color css

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

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

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

border-color css

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

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

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