Html Css Color HEX #DB0028 Crimson

📋 copy color: '#DB0028'

red 219 ◦ green 0 ◦ blue 40

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

Shades of Crimson #DB0028

Tints of Crimson #DB0028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 84.56%
G = 0%
B = 15.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB0028 (or 0xDB0028) is known color: Crimson. HEX triplet: DB, 00 and 28. RGB value is (219,0,40). Sum of RGB (Red+Green+Blue) = 219+0+40=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0028 is #24FFD7. Grayscale: #464646. Windows color (decimal): -2424792 or 2621659. OLE color: 2621659.

HSL color Cylindrical-coordinate representation of color #DB0028: hue angle of 349.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0028 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 40 -
CMYK 0 1 0.82 0.14
HSL 349.04º 1% 0.43% -
HSV(B) 349.04º 1% 0.86% -
XYZ 29.6 15.21 3.38 -
YUV 70.04 111.05 234.25 -
System Red Green Blue C M Y K H S L
Decimal 219 0 40 0 1 0.82 0.14 349.04 1 0.43
Hex DB 0 28 0 64 52 E 15D 64 2B
Octal 333 0 50 0 144 122 16 535 144 53
Binary 11011011 0 101000 0 1100100 1010010 1110 101011101 1100100 101011

Color Harmonies of #DB0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0028

Black with #DB0028

Text Example


Text Example

White with #DB0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0028; }

 p { color: rgb(219,0,40); }

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

background-color css

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

 a { background-color: rgb(219,0,40); }

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

border-color css

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

 span { border-color: rgb(219,0,40); }

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