Html Css Color HEX #DB422A Cinnabar

📋 copy color: '#DB422A'

red 219 ◦ green 66 ◦ blue 42

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

Shades of Cinnabar #DB422A

Tints of Cinnabar #DB422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 66.97%
G = 20.18%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB422A (or 0xDB422A) is known color: Cinnabar. HEX triplet: DB, 42 and 2A. RGB value is (219,66,42). Sum of RGB (Red+Green+Blue) = 219+66+42=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB422A is #24BDD5. Grayscale: #6D6D6D. Windows color (decimal): -2407894 or 2769627. OLE color: 2769627.

HSL color Cylindrical-coordinate representation of color #DB422A: hue angle of 8.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB422A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 42 -
CMYK 0 0.70 0.81 0.14
HSL 8.14º 0.71% 0.51% -
HSV(B) 8.14º 0.81% 0.86% -
XYZ 31.58 19.12 4.22 -
YUV 109.01 90.19 206.45 -
System Red Green Blue C M Y K H S L
Decimal 219 66 42 0 0.70 0.81 0.14 8.14 0.71 0.51
Hex DB 42 2A 0 46 51 E 8 47 33
Octal 333 102 52 0 106 121 16 10 107 63
Binary 11011011 1000010 101010 0 1000110 1010001 1110 1000 1000111 110011

Color Harmonies of #DB422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB422A

Black with #DB422A

Text Example


Text Example

White with #DB422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB422A; }

 p { color: rgb(219,66,42); }

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

background-color css

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

 a { background-color: rgb(219,66,42); }

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

border-color css

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

 span { border-color: rgb(219,66,42); }

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