Html Css Color HEX #DB4535 Cinnabar

📋 copy color: '#DB4535'

red 219 ◦ green 69 ◦ blue 53

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

Shades of Cinnabar #DB4535

Tints of Cinnabar #DB4535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.23%

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

R = 64.22%
G = 20.23%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB4535 (or 0xDB4535) is known color: Cinnabar. HEX triplet: DB, 45 and 35. RGB value is (219,69,53). Sum of RGB (Red+Green+Blue) = 219+69+53=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4535 is #24BACA. Grayscale: #707070. Windows color (decimal): -2407115 or 3491291. OLE color: 3491291.

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

Color convert

RGB 219 69 53 -
CMYK 0 0.68 0.76 0.14
HSL 5.78º 0.7% 0.53% -
HSV(B) 5.78º 0.76% 0.86% -
XYZ 31.98 19.57 5.46 -
YUV 112.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 219 69 53 0 0.68 0.76 0.14 5.78 0.7 0.53
Hex DB 45 35 0 44 4C E 6 46 35
Octal 333 105 65 0 104 114 16 6 106 65
Binary 11011011 1000101 110101 0 1000100 1001100 1110 110 1000110 110101

Color Harmonies of #DB4535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4535

Black with #DB4535

Text Example


Text Example

White with #DB4535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4535; }

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

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

background-color css

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

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

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

border-color css

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

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

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