Html Css Color HEX #DB0033 Crimson

📋 copy color: '#DB0033'

red 219 ◦ green 0 ◦ blue 51

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

Shades of Crimson #DB0033

Tints of Crimson #DB0033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 81.11%
G = 0%
B = 18.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB0033 (or 0xDB0033) is known color: Crimson. HEX triplet: DB, 00 and 33. RGB value is (219,0,51). Sum of RGB (Red+Green+Blue) = 219+0+51=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0033 is #24FFCC. Grayscale: #474747. Windows color (decimal): -2424781 or 3342555. OLE color: 3342555.

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

Color convert

RGB 219 0 51 -
CMYK 0 1 0.77 0.14
HSL 346.03º 1% 0.43% -
HSV(B) 346.03º 1% 0.86% -
XYZ 29.81 15.3 4.51 -
YUV 71.3 116.55 233.35 -
System Red Green Blue C M Y K H S L
Decimal 219 0 51 0 1 0.77 0.14 346.03 1 0.43
Hex DB 0 33 0 64 4D E 15A 64 2B
Octal 333 0 63 0 144 115 16 532 144 53
Binary 11011011 0 110011 0 1100100 1001101 1110 101011010 1100100 101011

Color Harmonies of #DB0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0033

Black with #DB0033

Text Example


Text Example

White with #DB0033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0033; }

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

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

background-color css

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

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

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

border-color css

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

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

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