Html Css Color HEX #DB0332 Crimson

📋 copy color: '#DB0332'

red 219 ◦ green 3 ◦ blue 50

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

Shades of Crimson #DB0332

Tints of Crimson #DB0332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 80.51%
G = 1.1%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB0332 (or 0xDB0332) is known color: Crimson. HEX triplet: DB, 03 and 32. RGB value is (219,3,50). Sum of RGB (Red+Green+Blue) = 219+3+50=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0332 is #24FCCD. Grayscale: #484848. Windows color (decimal): -2424014 or 3277787. OLE color: 3277787.

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

Color convert

RGB 219 3 50 -
CMYK 0 0.99 0.77 0.14
HSL 346.94º 0.97% 0.44% -
HSV(B) 346.94º 0.99% 0.86% -
XYZ 29.82 15.36 4.41 -
YUV 72.94 115.06 232.18 -
System Red Green Blue C M Y K H S L
Decimal 219 3 50 0 0.99 0.77 0.14 346.94 0.97 0.44
Hex DB 3 32 0 63 4D E 15B 61 2C
Octal 333 3 62 0 143 115 16 533 141 54
Binary 11011011 11 110010 0 1100011 1001101 1110 101011011 1100001 101100

Color Harmonies of #DB0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0332

Black with #DB0332

Text Example


Text Example

White with #DB0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0332; }

 p { color: rgb(219,3,50); }

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

background-color css

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

 a { background-color: rgb(219,3,50); }

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

border-color css

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

 span { border-color: rgb(219,3,50); }

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