Html Css Color HEX #DB0229 Crimson

📋 copy color: '#DB0229'

red 219 ◦ green 2 ◦ blue 41

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

Shades of Crimson #DB0229

Tints of Crimson #DB0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 83.59%
G = 0.76%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB0229 (or 0xDB0229) is known color: Crimson. HEX triplet: DB, 02 and 29. RGB value is (219,2,41). Sum of RGB (Red+Green+Blue) = 219+2+41=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0229 is #24FDD6. Grayscale: #474747. Windows color (decimal): -2424279 or 2687707. OLE color: 2687707.

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

Color convert

RGB 219 2 41 -
CMYK 0 0.99 0.81 0.14
HSL 349.22º 0.98% 0.43% -
HSV(B) 349.22º 0.99% 0.86% -
XYZ 29.64 15.26 3.48 -
YUV 71.33 110.89 233.33 -
System Red Green Blue C M Y K H S L
Decimal 219 2 41 0 0.99 0.81 0.14 349.22 0.98 0.43
Hex DB 2 29 0 63 51 E 15D 62 2B
Octal 333 2 51 0 143 121 16 535 142 53
Binary 11011011 10 101001 0 1100011 1010001 1110 101011101 1100010 101011

Color Harmonies of #DB0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0229

Black with #DB0229

Text Example


Text Example

White with #DB0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0229; }

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

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

background-color css

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

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

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

border-color css

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

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

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