Html Css Color HEX #DB4030 Cinnabar

📋 copy color: '#DB4030'

red 219 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #DB4030

Tints of Cinnabar #DB4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 48 (19.14% from 255) = 14.5%

R = 66.16%
G = 19.34%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB4030 (or 0xDB4030) is known color: Cinnabar. HEX triplet: DB, 40 and 30. RGB value is (219,64,48). Sum of RGB (Red+Green+Blue) = 219+64+48=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4030 is #24BFCF. Grayscale: #6C6C6C. Windows color (decimal): -2408400 or 3162331. OLE color: 3162331.

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

Color convert

RGB 219 64 48 -
CMYK 0 0.71 0.78 0.14
HSL 5.61º 0.7% 0.52% -
HSV(B) 5.61º 0.78% 0.86% -
XYZ 31.58 18.94 4.79 -
YUV 108.52 93.85 206.8 -
System Red Green Blue C M Y K H S L
Decimal 219 64 48 0 0.71 0.78 0.14 5.61 0.7 0.52
Hex DB 40 30 0 47 4E E 6 46 34
Octal 333 100 60 0 107 116 16 6 106 64
Binary 11011011 1000000 110000 0 1000111 1001110 1110 110 1000110 110100

Color Harmonies of #DB4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4030

Black with #DB4030

Text Example


Text Example

White with #DB4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4030; }

 p { color: rgb(219,64,48); }

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

background-color css

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

 a { background-color: rgb(219,64,48); }

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

border-color css

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

 span { border-color: rgb(219,64,48); }

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