Html Css Color HEX #DB502A Chilean Fire

📋 copy color: '#DB502A'

red 219 ◦ green 80 ◦ blue 42

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

Shades of Chilean Fire #DB502A

Tints of Chilean Fire #DB502A

RGB

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

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

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

R = 64.22%
G = 23.46%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB502A (or 0xDB502A) is known color: Chilean Fire. HEX triplet: DB, 50 and 2A. RGB value is (219,80,42). Sum of RGB (Red+Green+Blue) = 219+80+42=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB502A is #24AFD5. Grayscale: #757575. Windows color (decimal): -2404310 or 2773211. OLE color: 2773211.

HSL color Cylindrical-coordinate representation of color #DB502A: hue angle of 12.88º 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 #DB502A is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 42 -
CMYK 0 0.63 0.81 0.14
HSL 12.88º 0.71% 0.51% -
HSV(B) 12.88º 0.81% 0.86% -
XYZ 32.5 20.96 4.52 -
YUV 117.23 85.55 200.59 -
System Red Green Blue C M Y K H S L
Decimal 219 80 42 0 0.63 0.81 0.14 12.88 0.71 0.51
Hex DB 50 2A 0 3F 51 E D 47 33
Octal 333 120 52 0 77 121 16 15 107 63
Binary 11011011 1010000 101010 0 111111 1010001 1110 1101 1000111 110011

Color Harmonies of #DB502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB502A

Black with #DB502A

Text Example


Text Example

White with #DB502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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