Html Css Color HEX #DB4B33 Cinnabar

📋 copy color: '#DB4B33'

red 219 ◦ green 75 ◦ blue 51

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

Shades of Cinnabar #DB4B33

Tints of Cinnabar #DB4B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.74%

 BLUE value IS 51 (20.31% from 255) = 14.78%

R = 63.48%
G = 21.74%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB4B33 (or 0xDB4B33) is known color: Cinnabar. HEX triplet: DB, 4B and 33. RGB value is (219,75,51). Sum of RGB (Red+Green+Blue) = 219+75+51=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B33 is #24B4CC. Grayscale: #737373. Windows color (decimal): -2405581 or 3361755. OLE color: 3361755.

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

Color convert

RGB 219 75 51 -
CMYK 0 0.66 0.77 0.14
HSL 8.57º 0.7% 0.53% -
HSV(B) 8.57º 0.77% 0.86% -
XYZ 32.33 20.33 5.35 -
YUV 115.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 219 75 51 0 0.66 0.77 0.14 8.57 0.7 0.53
Hex DB 4B 33 0 42 4D E 9 46 35
Octal 333 113 63 0 102 115 16 11 106 65
Binary 11011011 1001011 110011 0 1000010 1001101 1110 1001 1000110 110101

Color Harmonies of #DB4B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B33

Black with #DB4B33

Text Example


Text Example

White with #DB4B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B33; }

 p { color: rgb(219,75,51); }

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

background-color css

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

 a { background-color: rgb(219,75,51); }

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

border-color css

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

 span { border-color: rgb(219,75,51); }

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