Html Css Color HEX #DB403C Cinnabar

📋 copy color: '#DB403C'

red 219 ◦ green 64 ◦ blue 60

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

Shades of Cinnabar #DB403C

Tints of Cinnabar #DB403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 63.85%
G = 18.66%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB403C (or 0xDB403C) is known color: Cinnabar. HEX triplet: DB, 40 and 3C. RGB value is (219,64,60). Sum of RGB (Red+Green+Blue) = 219+64+60=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB403C is #24BFC3. Grayscale: #6E6E6E. Windows color (decimal): -2408388 or 3948763. OLE color: 3948763.

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

Color convert

RGB 219 64 60 -
CMYK 0 0.71 0.73 0.14
HSL 1.51º 0.69% 0.55% -
HSV(B) 1.51º 0.73% 0.86% -
XYZ 31.86 19.05 6.27 -
YUV 109.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 219 64 60 0 0.71 0.73 0.14 1.51 0.69 0.55
Hex DB 40 3C 0 47 49 E 2 45 37
Octal 333 100 74 0 107 111 16 2 105 67
Binary 11011011 1000000 111100 0 1000111 1001001 1110 10 1000101 110111

Color Harmonies of #DB403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB403C

Black with #DB403C

Text Example


Text Example

White with #DB403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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