Html Css Color HEX #DB3B22 Cinnabar

📋 copy color: '#DB3B22'

red 219 ◦ green 59 ◦ blue 34

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

Shades of Cinnabar #DB3B22

Tints of Cinnabar #DB3B22

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

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

R = 70.19%
G = 18.91%
B = 10.9%

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

#DB3B22 (or 0xDB3B22) is known color: Cinnabar. HEX triplet: DB, 3B and 22. RGB value is (219,59,34). Sum of RGB (Red+Green+Blue) = 219+59+34=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B22 is #24C4DD. Grayscale: #686868. Windows color (decimal): -2409694 or 2243547. OLE color: 2243547.

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

Color convert

RGB 219 59 34 -
CMYK 0 0.73 0.84 0.14
HSL 8.11º 0.73% 0.5% -
HSV(B) 8.11º 0.84% 0.86% -
XYZ 31.07 18.3 3.41 -
YUV 103.99 88.51 210.03 -
System Red Green Blue C M Y K H S L
Decimal 219 59 34 0 0.73 0.84 0.14 8.11 0.73 0.5
Hex DB 3B 22 0 49 54 E 8 49 32
Octal 333 73 42 0 111 124 16 10 111 62
Binary 11011011 111011 100010 0 1001001 1010100 1110 1000 1001001 110010

Color Harmonies of #DB3B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B22

Black with #DB3B22

Text Example


Text Example

White with #DB3B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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