Html Css Color HEX #DB3C22 Cinnabar

📋 copy color: '#DB3C22'

red 219 ◦ green 60 ◦ blue 34

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

Shades of Cinnabar #DB3C22

Tints of Cinnabar #DB3C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.86%

R = 69.97%
G = 19.17%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3C22 (or 0xDB3C22) is known color: Cinnabar. HEX triplet: DB, 3C and 22. RGB value is (219,60,34). Sum of RGB (Red+Green+Blue) = 219+60+34=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C22 is #24C3DD. Grayscale: #686868. Windows color (decimal): -2409438 or 2243803. OLE color: 2243803.

HSL color Cylindrical-coordinate representation of color #DB3C22: hue angle of 8.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB3C22 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 60 34 -
CMYK 0 0.73 0.84 0.14
HSL 8.43º 0.73% 0.5% -
HSV(B) 8.43º 0.84% 0.86% -
XYZ 31.12 18.41 3.43 -
YUV 104.58 88.18 209.61 -
System Red Green Blue C M Y K H S L
Decimal 219 60 34 0 0.73 0.84 0.14 8.43 0.73 0.5
Hex DB 3C 22 0 49 54 E 8 49 32
Octal 333 74 42 0 111 124 16 10 111 62
Binary 11011011 111100 100010 0 1001001 1010100 1110 1000 1001001 110010

Color Harmonies of #DB3C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C22

Black with #DB3C22

Text Example


Text Example

White with #DB3C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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