Html Css Color HEX #DB0334 Crimson

📋 copy color: '#DB0334'

red 219 ◦ green 3 ◦ blue 52

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

Shades of Crimson #DB0334

Tints of Crimson #DB0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.98%

R = 79.93%
G = 1.09%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB0334 (or 0xDB0334) is known color: Crimson. HEX triplet: DB, 03 and 34. RGB value is (219,3,52). Sum of RGB (Red+Green+Blue) = 219+3+52=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0334 is #24FCCB. Grayscale: #494949. Windows color (decimal): -2424012 or 3408859. OLE color: 3408859.

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

Color convert

RGB 219 3 52 -
CMYK 0 0.99 0.76 0.14
HSL 346.39º 0.97% 0.44% -
HSV(B) 346.39º 0.99% 0.86% -
XYZ 29.87 15.37 4.64 -
YUV 73.17 116.06 232.02 -
System Red Green Blue C M Y K H S L
Decimal 219 3 52 0 0.99 0.76 0.14 346.39 0.97 0.44
Hex DB 3 34 0 63 4C E 15A 61 2C
Octal 333 3 64 0 143 114 16 532 141 54
Binary 11011011 11 110100 0 1100011 1001100 1110 101011010 1100001 101100

Color Harmonies of #DB0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0334

Black with #DB0334

Text Example


Text Example

White with #DB0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0334; }

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

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

background-color css

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

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

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

border-color css

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

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

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