Html Css Color HEX #DB1234 Crimson

📋 copy color: '#DB1234'

red 219 ◦ green 18 ◦ blue 52

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

Shades of Crimson #DB1234

Tints of Crimson #DB1234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

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

R = 75.78%
G = 6.23%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB1234 (or 0xDB1234) is known color: Crimson. HEX triplet: DB, 12 and 34. RGB value is (219,18,52). Sum of RGB (Red+Green+Blue) = 219+18+52=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1234 is #24EDCB. Grayscale: #525252. Windows color (decimal): -2420172 or 3412699. OLE color: 3412699.

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

Color convert

RGB 219 18 52 -
CMYK 0 0.92 0.76 0.14
HSL 349.85º 0.85% 0.46% -
HSV(B) 349.85º 0.92% 0.86% -
XYZ 30.05 15.74 4.7 -
YUV 81.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 219 18 52 0 0.92 0.76 0.14 349.85 0.85 0.46
Hex DB 12 34 0 5C 4C E 15E 55 2E
Octal 333 22 64 0 134 114 16 536 125 56
Binary 11011011 10010 110100 0 1011100 1001100 1110 101011110 1010101 101110

Color Harmonies of #DB1234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1234

Black with #DB1234

Text Example


Text Example

White with #DB1234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1234; }

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

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

background-color css

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

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

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

border-color css

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

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

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