Html Css Color HEX #DB1239 Crimson

📋 copy color: '#DB1239'

red 219 ◦ green 18 ◦ blue 57

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

Shades of Crimson #DB1239

Tints of Crimson #DB1239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 74.49%
G = 6.12%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB1239 (or 0xDB1239) is known color: Crimson. HEX triplet: DB, 12 and 39. RGB value is (219,18,57). Sum of RGB (Red+Green+Blue) = 219+18+57=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1239 is #24EDC6. Grayscale: #525252. Windows color (decimal): -2420167 or 3740379. OLE color: 3740379.

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

Color convert

RGB 219 18 57 -
CMYK 0 0.92 0.74 0.14
HSL 348.36º 0.85% 0.46% -
HSV(B) 348.36º 0.92% 0.86% -
XYZ 30.17 15.79 5.33 -
YUV 82.55 113.59 225.33 -
System Red Green Blue C M Y K H S L
Decimal 219 18 57 0 0.92 0.74 0.14 348.36 0.85 0.46
Hex DB 12 39 0 5C 4A E 15C 55 2E
Octal 333 22 71 0 134 112 16 534 125 56
Binary 11011011 10010 111001 0 1011100 1001010 1110 101011100 1010101 101110

Color Harmonies of #DB1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1239

Black with #DB1239

Text Example


Text Example

White with #DB1239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1239; }

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

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

background-color css

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

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

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

border-color css

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

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

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