Html Css Color HEX #DB442A Cinnabar

📋 copy color: '#DB442A'

red 219 ◦ green 68 ◦ blue 42

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

Shades of Cinnabar #DB442A

Tints of Cinnabar #DB442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 66.57%
G = 20.67%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB442A (or 0xDB442A) is known color: Cinnabar. HEX triplet: DB, 44 and 2A. RGB value is (219,68,42). Sum of RGB (Red+Green+Blue) = 219+68+42=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB442A is #24BBD5. Grayscale: #6E6E6E. Windows color (decimal): -2407382 or 2770139. OLE color: 2770139.

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

Color convert

RGB 219 68 42 -
CMYK 0 0.69 0.81 0.14
HSL 8.81º 0.71% 0.51% -
HSV(B) 8.81º 0.81% 0.86% -
XYZ 31.7 19.36 4.26 -
YUV 110.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 219 68 42 0 0.69 0.81 0.14 8.81 0.71 0.51
Hex DB 44 2A 0 45 51 E 9 47 33
Octal 333 104 52 0 105 121 16 11 107 63
Binary 11011011 1000100 101010 0 1000101 1010001 1110 1001 1000111 110011

Color Harmonies of #DB442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB442A

Black with #DB442A

Text Example


Text Example

White with #DB442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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