Html Css Color HEX #DB4335 Cinnabar

📋 copy color: '#DB4335'

red 219 ◦ green 67 ◦ blue 53

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

Shades of Cinnabar #DB4335

Tints of Cinnabar #DB4335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 64.6%
G = 19.76%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB4335 (or 0xDB4335) is known color: Cinnabar. HEX triplet: DB, 43 and 35. RGB value is (219,67,53). Sum of RGB (Red+Green+Blue) = 219+67+53=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4335 is #24BCCA. Grayscale: #6F6F6F. Windows color (decimal): -2407627 or 3490779. OLE color: 3490779.

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

Color convert

RGB 219 67 53 -
CMYK 0 0.69 0.76 0.14
HSL 5.06º 0.7% 0.53% -
HSV(B) 5.06º 0.76% 0.86% -
XYZ 31.86 19.33 5.42 -
YUV 110.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 219 67 53 0 0.69 0.76 0.14 5.06 0.7 0.53
Hex DB 43 35 0 45 4C E 5 46 35
Octal 333 103 65 0 105 114 16 5 106 65
Binary 11011011 1000011 110101 0 1000101 1001100 1110 101 1000110 110101

Color Harmonies of #DB4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4335

Black with #DB4335

Text Example


Text Example

White with #DB4335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4335; }

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

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

background-color css

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

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

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

border-color css

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

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

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