Html Css Color HEX #DB402B Cinnabar

📋 copy color: '#DB402B'

red 219 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #DB402B

Tints of Cinnabar #DB402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 67.18%
G = 19.63%
B = 13.19%

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

#DB402B (or 0xDB402B) is known color: Cinnabar. HEX triplet: DB, 40 and 2B. RGB value is (219,64,43). Sum of RGB (Red+Green+Blue) = 219+64+43=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB402B is #24BFD4. Grayscale: #6C6C6C. Windows color (decimal): -2408405 or 2834651. OLE color: 2834651.

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

Color convert

RGB 219 64 43 -
CMYK 0 0.71 0.80 0.14
HSL 7.16º 0.71% 0.51% -
HSV(B) 7.16º 0.8% 0.86% -
XYZ 31.48 18.9 4.27 -
YUV 107.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 219 64 43 0 0.71 0.80 0.14 7.16 0.71 0.51
Hex DB 40 2B 0 47 50 E 7 47 33
Octal 333 100 53 0 107 120 16 7 107 63
Binary 11011011 1000000 101011 0 1000111 1010000 1110 111 1000111 110011

Color Harmonies of #DB402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB402B

Black with #DB402B

Text Example


Text Example

White with #DB402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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