Html Css Color HEX #DB413B Cinnabar

📋 copy color: '#DB413B'

red 219 ◦ green 65 ◦ blue 59

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

Shades of Cinnabar #DB413B

Tints of Cinnabar #DB413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 63.85%
G = 18.95%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB413B (or 0xDB413B) is known color: Cinnabar. HEX triplet: DB, 41 and 3B. RGB value is (219,65,59). Sum of RGB (Red+Green+Blue) = 219+65+59=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB413B is #24BEC4. Grayscale: #6E6E6E. Windows color (decimal): -2408133 or 3883483. OLE color: 3883483.

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

Color convert

RGB 219 65 59 -
CMYK 0 0.70 0.73 0.14
HSL 2.25º 0.69% 0.55% -
HSV(B) 2.25º 0.73% 0.86% -
XYZ 31.89 19.16 6.15 -
YUV 110.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 219 65 59 0 0.70 0.73 0.14 2.25 0.69 0.55
Hex DB 41 3B 0 46 49 E 2 45 37
Octal 333 101 73 0 106 111 16 2 105 67
Binary 11011011 1000001 111011 0 1000110 1001001 1110 10 1000101 110111

Color Harmonies of #DB413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB413B

Black with #DB413B

Text Example


Text Example

White with #DB413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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