Html Css Color HEX #DB1034 Crimson

📋 copy color: '#DB1034'

red 219 ◦ green 16 ◦ blue 52

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

Shades of Crimson #DB1034

Tints of Crimson #DB1034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 76.31%
G = 5.57%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB1034 (or 0xDB1034) is known color: Crimson. HEX triplet: DB, 10 and 34. RGB value is (219,16,52). Sum of RGB (Red+Green+Blue) = 219+16+52=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1034 is #24EFCB. Grayscale: #505050. Windows color (decimal): -2420684 or 3412187. OLE color: 3412187.

HSL color Cylindrical-coordinate representation of color #DB1034: hue angle of 349.36º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1034 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 52 -
CMYK 0 0.93 0.76 0.14
HSL 349.36º 0.86% 0.46% -
HSV(B) 349.36º 0.93% 0.86% -
XYZ 30.02 15.68 4.69 -
YUV 80.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 219 16 52 0 0.93 0.76 0.14 349.36 0.86 0.46
Hex DB 10 34 0 5D 4C E 15D 56 2E
Octal 333 20 64 0 135 114 16 535 126 56
Binary 11011011 10000 110100 0 1011101 1001100 1110 101011101 1010110 101110

Color Harmonies of #DB1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1034

Black with #DB1034

Text Example


Text Example

White with #DB1034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1034; }

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

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

background-color css

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

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

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

border-color css

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

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

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