Html Css Color HEX #DB402C Cinnabar

📋 copy color: '#DB402C'

red 219 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #DB402C

Tints of Cinnabar #DB402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

 BLUE value IS 44 (17.58% from 255) = 13.46%

R = 66.97%
G = 19.57%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB402C (or 0xDB402C) is known color: Cinnabar. HEX triplet: DB, 40 and 2C. RGB value is (219,64,44). Sum of RGB (Red+Green+Blue) = 219+64+44=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB402C is #24BFD3. Grayscale: #6C6C6C. Windows color (decimal): -2408404 or 2900187. OLE color: 2900187.

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

Color convert

RGB 219 64 44 -
CMYK 0 0.71 0.80 0.14
HSL 6.86º 0.71% 0.52% -
HSV(B) 6.86º 0.8% 0.86% -
XYZ 31.5 18.91 4.37 -
YUV 108.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 219 64 44 0 0.71 0.80 0.14 6.86 0.71 0.52
Hex DB 40 2C 0 47 50 E 7 47 34
Octal 333 100 54 0 107 120 16 7 107 64
Binary 11011011 1000000 101100 0 1000111 1010000 1110 111 1000111 110100

Color Harmonies of #DB402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB402C

Black with #DB402C

Text Example


Text Example

White with #DB402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB402C; }

 p { color: rgb(219,64,44); }

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

background-color css

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

 a { background-color: rgb(219,64,44); }

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

border-color css

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

 span { border-color: rgb(219,64,44); }

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