Html Css Color HEX #DB3835 Cinnabar

📋 copy color: '#DB3835'

red 219 ◦ green 56 ◦ blue 53

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

Shades of Cinnabar #DB3835

Tints of Cinnabar #DB3835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 66.77%
G = 17.07%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB3835 (or 0xDB3835) is known color: Cinnabar. HEX triplet: DB, 38 and 35. RGB value is (219,56,53). Sum of RGB (Red+Green+Blue) = 219+56+53=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3835 is #24C7CA. Grayscale: #686868. Windows color (decimal): -2410443 or 3487963. OLE color: 3487963.

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

Color convert

RGB 219 56 53 -
CMYK 0 0.74 0.76 0.14
HSL 1.08º 0.7% 0.53% -
HSV(B) 1.08º 0.76% 0.86% -
XYZ 31.27 18.15 5.22 -
YUV 104.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 219 56 53 0 0.74 0.76 0.14 1.08 0.7 0.53
Hex DB 38 35 0 4A 4C E 1 46 35
Octal 333 70 65 0 112 114 16 1 106 65
Binary 11011011 111000 110101 0 1001010 1001100 1110 1 1000110 110101

Color Harmonies of #DB3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3835

Black with #DB3835

Text Example


Text Example

White with #DB3835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3835; }

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

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

background-color css

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

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

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

border-color css

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

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

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