Html Css Color HEX #DB3830 Cinnabar

📋 copy color: '#DB3830'

red 219 ◦ green 56 ◦ blue 48

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

Shades of Cinnabar #DB3830

Tints of Cinnabar #DB3830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

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

R = 67.8%
G = 17.34%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3830 (or 0xDB3830) is known color: Cinnabar. HEX triplet: DB, 38 and 30. RGB value is (219,56,48). Sum of RGB (Red+Green+Blue) = 219+56+48=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3830 is #24C7CF. Grayscale: #686868. Windows color (decimal): -2410448 or 3160283. OLE color: 3160283.

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

Color convert

RGB 219 56 48 -
CMYK 0 0.74 0.78 0.14
HSL 2.81º 0.7% 0.52% -
HSV(B) 2.81º 0.78% 0.86% -
XYZ 31.16 18.1 4.65 -
YUV 103.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 219 56 48 0 0.74 0.78 0.14 2.81 0.7 0.52
Hex DB 38 30 0 4A 4E E 3 46 34
Octal 333 70 60 0 112 116 16 3 106 64
Binary 11011011 111000 110000 0 1001010 1001110 1110 11 1000110 110100

Color Harmonies of #DB3830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3830

Black with #DB3830

Text Example


Text Example

White with #DB3830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3830; }

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

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

background-color css

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

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

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

border-color css

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

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

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