Html Css Color HEX #DB0029 Crimson

📋 copy color: '#DB0029'

red 219 ◦ green 0 ◦ blue 41

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

Shades of Crimson #DB0029

Tints of Crimson #DB0029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 84.23%
G = 0%
B = 15.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB0029 (or 0xDB0029) is known color: Crimson. HEX triplet: DB, 00 and 29. RGB value is (219,0,41). Sum of RGB (Red+Green+Blue) = 219+0+41=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0029 is #24FFD6. Grayscale: #464646. Windows color (decimal): -2424791 or 2687195. OLE color: 2687195.

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

Color convert

RGB 219 0 41 -
CMYK 0 1 0.81 0.14
HSL 348.77º 1% 0.43% -
HSV(B) 348.77º 1% 0.86% -
XYZ 29.61 15.22 3.47 -
YUV 70.16 111.55 234.17 -
System Red Green Blue C M Y K H S L
Decimal 219 0 41 0 1 0.81 0.14 348.77 1 0.43
Hex DB 0 29 0 64 51 E 15D 64 2B
Octal 333 0 51 0 144 121 16 535 144 53
Binary 11011011 0 101001 0 1100100 1010001 1110 101011101 1100100 101011

Color Harmonies of #DB0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0029

Black with #DB0029

Text Example


Text Example

White with #DB0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0029; }

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

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

background-color css

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

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

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

border-color css

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

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

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