Html Css Color HEX #DB3622 Cinnabar

📋 copy color: '#DB3622'

red 219 ◦ green 54 ◦ blue 34

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

Shades of Cinnabar #DB3622

Tints of Cinnabar #DB3622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 71.34%
G = 17.59%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3622 (or 0xDB3622) is known color: Cinnabar. HEX triplet: DB, 36 and 22. RGB value is (219,54,34). Sum of RGB (Red+Green+Blue) = 219+54+34=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3622 is #24C9DD. Grayscale: #656565. Windows color (decimal): -2410974 or 2242267. OLE color: 2242267.

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

Color convert

RGB 219 54 34 -
CMYK 0 0.75 0.84 0.14
HSL 6.49º 0.73% 0.5% -
HSV(B) 6.49º 0.84% 0.86% -
XYZ 30.82 17.81 3.33 -
YUV 101.06 90.16 212.13 -
System Red Green Blue C M Y K H S L
Decimal 219 54 34 0 0.75 0.84 0.14 6.49 0.73 0.5
Hex DB 36 22 0 4B 54 E 6 49 32
Octal 333 66 42 0 113 124 16 6 111 62
Binary 11011011 110110 100010 0 1001011 1010100 1110 110 1001001 110010

Color Harmonies of #DB3622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3622

Black with #DB3622

Text Example


Text Example

White with #DB3622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3622; }

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

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

background-color css

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

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

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

border-color css

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

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

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