Html Css Color HEX #DB602A Chilean Fire

📋 copy color: '#DB602A'

red 219 ◦ green 96 ◦ blue 42

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

Shades of Chilean Fire #DB602A

Tints of Chilean Fire #DB602A

RGB

 RED value IS 219 (85.94% from 255) = 61.34%

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

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

R = 61.34%
G = 26.89%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB602A (or 0xDB602A) is known color: Chilean Fire. HEX triplet: DB, 60 and 2A. RGB value is (219,96,42). Sum of RGB (Red+Green+Blue) = 219+96+42=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB602A is #249FD5. Grayscale: #7E7E7E. Windows color (decimal): -2400214 or 2777307. OLE color: 2777307.

HSL color Cylindrical-coordinate representation of color #DB602A: hue angle of 18.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB602A is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 42 -
CMYK 0 0.56 0.81 0.14
HSL 18.31º 0.71% 0.51% -
HSV(B) 18.31º 0.81% 0.86% -
XYZ 33.81 23.59 4.96 -
YUV 126.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 219 96 42 0 0.56 0.81 0.14 18.31 0.71 0.51
Hex DB 60 2A 0 38 51 E 12 47 33
Octal 333 140 52 0 70 121 16 22 107 63
Binary 11011011 1100000 101010 0 111000 1010001 1110 10010 1000111 110011

Color Harmonies of #DB602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB602A

Black with #DB602A

Text Example


Text Example

White with #DB602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB602A; }

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

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

background-color css

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

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

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

border-color css

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

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

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