Html Css Color HEX #DB3C33 Cinnabar

📋 copy color: '#DB3C33'

red 219 ◦ green 60 ◦ blue 51

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

Shades of Cinnabar #DB3C33

Tints of Cinnabar #DB3C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.18%

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

R = 66.36%
G = 18.18%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB3C33 (or 0xDB3C33) is known color: Cinnabar. HEX triplet: DB, 3C and 33. RGB value is (219,60,51). Sum of RGB (Red+Green+Blue) = 219+60+51=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C33 is #24C3CC. Grayscale: #6A6A6A. Windows color (decimal): -2409421 or 3357915. OLE color: 3357915.

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

Color convert

RGB 219 60 51 -
CMYK 0 0.73 0.77 0.14
HSL 3.21º 0.7% 0.53% -
HSV(B) 3.21º 0.77% 0.86% -
XYZ 31.43 18.53 5.05 -
YUV 106.52 96.68 208.23 -
System Red Green Blue C M Y K H S L
Decimal 219 60 51 0 0.73 0.77 0.14 3.21 0.7 0.53
Hex DB 3C 33 0 49 4D E 3 46 35
Octal 333 74 63 0 111 115 16 3 106 65
Binary 11011011 111100 110011 0 1001001 1001101 1110 11 1000110 110101

Color Harmonies of #DB3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C33

Black with #DB3C33

Text Example


Text Example

White with #DB3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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