Html Css Color HEX #DB4122 Cinnabar

📋 copy color: '#DB4122'

red 219 ◦ green 65 ◦ blue 34

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

Shades of Cinnabar #DB4122

Tints of Cinnabar #DB4122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

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

R = 68.87%
G = 20.44%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4122 (or 0xDB4122) is known color: Cinnabar. HEX triplet: DB, 41 and 22. RGB value is (219,65,34). Sum of RGB (Red+Green+Blue) = 219+65+34=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4122 is #24BEDD. Grayscale: #6B6B6B. Windows color (decimal): -2408158 or 2245083. OLE color: 2245083.

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

Color convert

RGB 219 65 34 -
CMYK 0 0.70 0.84 0.14
HSL 10.05º 0.73% 0.5% -
HSV(B) 10.05º 0.84% 0.86% -
XYZ 31.39 18.96 3.52 -
YUV 107.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 219 65 34 0 0.70 0.84 0.14 10.05 0.73 0.5
Hex DB 41 22 0 46 54 E A 49 32
Octal 333 101 42 0 106 124 16 12 111 62
Binary 11011011 1000001 100010 0 1000110 1010100 1110 1010 1001001 110010

Color Harmonies of #DB4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4122

Black with #DB4122

Text Example


Text Example

White with #DB4122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4122; }

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

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

background-color css

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

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

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

border-color css

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

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

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