Html Css Color HEX #DB0540 Crimson

📋 copy color: '#DB0540'

red 219 ◦ green 5 ◦ blue 64

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

Shades of Crimson #DB0540

Tints of Crimson #DB0540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 76.04%
G = 1.74%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB0540 (or 0xDB0540) is known color: Crimson. HEX triplet: DB, 05 and 40. RGB value is (219,5,64). Sum of RGB (Red+Green+Blue) = 219+5+64=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0540 is #24FABF. Grayscale: #4B4B4B. Windows color (decimal): -2423488 or 4195803. OLE color: 4195803.

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

Color convert

RGB 219 5 64 -
CMYK 0 0.98 0.71 0.14
HSL 343.46º 0.96% 0.44% -
HSV(B) 343.46º 0.98% 0.86% -
XYZ 30.19 15.54 6.26 -
YUV 75.71 121.4 230.2 -
System Red Green Blue C M Y K H S L
Decimal 219 5 64 0 0.98 0.71 0.14 343.46 0.96 0.44
Hex DB 5 40 0 62 47 E 157 60 2C
Octal 333 5 100 0 142 107 16 527 140 54
Binary 11011011 101 1000000 0 1100010 1000111 1110 101010111 1100000 101100

Color Harmonies of #DB0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0540

Black with #DB0540

Text Example


Text Example

White with #DB0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0540; }

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

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

background-color css

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

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

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

border-color css

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

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

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