Html Css Color HEX #DB502C Chilean Fire

📋 copy color: '#DB502C'

red 219 ◦ green 80 ◦ blue 44

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

Shades of Chilean Fire #DB502C

Tints of Chilean Fire #DB502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 63.85%
G = 23.32%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB502C (or 0xDB502C) is known color: Chilean Fire. HEX triplet: DB, 50 and 2C. RGB value is (219,80,44). Sum of RGB (Red+Green+Blue) = 219+80+44=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB502C is #24AFD3. Grayscale: #757575. Windows color (decimal): -2404308 or 2904283. OLE color: 2904283.

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

Color convert

RGB 219 80 44 -
CMYK 0 0.63 0.80 0.14
HSL 12.34º 0.71% 0.52% -
HSV(B) 12.34º 0.8% 0.86% -
XYZ 32.54 20.98 4.72 -
YUV 117.46 86.55 200.43 -
System Red Green Blue C M Y K H S L
Decimal 219 80 44 0 0.63 0.80 0.14 12.34 0.71 0.52
Hex DB 50 2C 0 3F 50 E C 47 34
Octal 333 120 54 0 77 120 16 14 107 64
Binary 11011011 1010000 101100 0 111111 1010000 1110 1100 1000111 110100

Color Harmonies of #DB502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB502C

Black with #DB502C

Text Example


Text Example

White with #DB502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB502C; }

 p { color: rgb(219,80,44); }

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

background-color css

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

 a { background-color: rgb(219,80,44); }

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

border-color css

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

 span { border-color: rgb(219,80,44); }

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