Html Css Color HEX #DB4830 Cinnabar

📋 copy color: '#DB4830'

red 219 ◦ green 72 ◦ blue 48

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

Shades of Cinnabar #DB4830

Tints of Cinnabar #DB4830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

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

R = 64.6%
G = 21.24%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB4830 (or 0xDB4830) is known color: Cinnabar. HEX triplet: DB, 48 and 30. RGB value is (219,72,48). Sum of RGB (Red+Green+Blue) = 219+72+48=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4830 is #24B7CF. Grayscale: #717171. Windows color (decimal): -2406352 or 3164379. OLE color: 3164379.

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

Color convert

RGB 219 72 48 -
CMYK 0 0.67 0.78 0.14
HSL 8.42º 0.7% 0.52% -
HSV(B) 8.42º 0.78% 0.86% -
XYZ 32.06 19.91 4.95 -
YUV 113.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 219 72 48 0 0.67 0.78 0.14 8.42 0.7 0.52
Hex DB 48 30 0 43 4E E 8 46 34
Octal 333 110 60 0 103 116 16 10 106 64
Binary 11011011 1001000 110000 0 1000011 1001110 1110 1000 1000110 110100

Color Harmonies of #DB4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4830

Black with #DB4830

Text Example


Text Example

White with #DB4830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4830; }

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

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

background-color css

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

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

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

border-color css

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

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

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