Html Css Color HEX #DB3922 Cinnabar

📋 copy color: '#DB3922'

red 219 ◦ green 57 ◦ blue 34

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

Shades of Cinnabar #DB3922

Tints of Cinnabar #DB3922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

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

R = 70.65%
G = 18.39%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3922 (or 0xDB3922) is known color: Cinnabar. HEX triplet: DB, 39 and 22. RGB value is (219,57,34). Sum of RGB (Red+Green+Blue) = 219+57+34=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3922 is #24C6DD. Grayscale: #676767. Windows color (decimal): -2410206 or 2243035. OLE color: 2243035.

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

Color convert

RGB 219 57 34 -
CMYK 0 0.74 0.84 0.14
HSL 7.46º 0.73% 0.5% -
HSV(B) 7.46º 0.84% 0.86% -
XYZ 30.97 18.1 3.38 -
YUV 102.82 89.17 210.87 -
System Red Green Blue C M Y K H S L
Decimal 219 57 34 0 0.74 0.84 0.14 7.46 0.73 0.5
Hex DB 39 22 0 4A 54 E 7 49 32
Octal 333 71 42 0 112 124 16 7 111 62
Binary 11011011 111001 100010 0 1001010 1010100 1110 111 1001001 110010

Color Harmonies of #DB3922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3922

Black with #DB3922

Text Example


Text Example

White with #DB3922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3922; }

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

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

background-color css

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

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

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

border-color css

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

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

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