Html Css Color HEX #DB602D Chilean Fire

📋 copy color: '#DB602D'

red 219 ◦ green 96 ◦ blue 45

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

Shades of Chilean Fire #DB602D

Tints of Chilean Fire #DB602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 60.83%
G = 26.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB602D (or 0xDB602D) is known color: Chilean Fire. HEX triplet: DB, 60 and 2D. RGB value is (219,96,45). Sum of RGB (Red+Green+Blue) = 219+96+45=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB602D is #249FD2. Grayscale: #7F7F7F. Windows color (decimal): -2400211 or 2973915. OLE color: 2973915.

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

Color convert

RGB 219 96 45 -
CMYK 0 0.56 0.79 0.14
HSL 17.59º 0.71% 0.52% -
HSV(B) 17.59º 0.79% 0.86% -
XYZ 33.87 23.62 5.26 -
YUV 126.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 219 96 45 0 0.56 0.79 0.14 17.59 0.71 0.52
Hex DB 60 2D 0 38 4F E 12 47 34
Octal 333 140 55 0 70 117 16 22 107 64
Binary 11011011 1100000 101101 0 111000 1001111 1110 10010 1000111 110100

Color Harmonies of #DB602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB602D

Black with #DB602D

Text Example


Text Example

White with #DB602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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