Html Css Color HEX #DB1437 Crimson

📋 copy color: '#DB1437'

red 219 ◦ green 20 ◦ blue 55

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

Shades of Crimson #DB1437

Tints of Crimson #DB1437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 74.49%
G = 6.8%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB1437 (or 0xDB1437) is known color: Crimson. HEX triplet: DB, 14 and 37. RGB value is (219,20,55). Sum of RGB (Red+Green+Blue) = 219+20+55=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1437 is #24EBC8. Grayscale: #535353. Windows color (decimal): -2419657 or 3609819. OLE color: 3609819.

HSL color Cylindrical-coordinate representation of color #DB1437: hue angle of 349.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1437 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 55 -
CMYK 0 0.91 0.75 0.14
HSL 349.45º 0.83% 0.47% -
HSV(B) 349.45º 0.91% 0.86% -
XYZ 30.15 15.84 5.08 -
YUV 83.49 111.93 224.65 -
System Red Green Blue C M Y K H S L
Decimal 219 20 55 0 0.91 0.75 0.14 349.45 0.83 0.47
Hex DB 14 37 0 5B 4B E 15D 53 2F
Octal 333 24 67 0 133 113 16 535 123 57
Binary 11011011 10100 110111 0 1011011 1001011 1110 101011101 1010011 101111

Color Harmonies of #DB1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1437

Black with #DB1437

Text Example


Text Example

White with #DB1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1437; }

 p { color: rgb(219,20,55); }

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

background-color css

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

 a { background-color: rgb(219,20,55); }

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

border-color css

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

 span { border-color: rgb(219,20,55); }

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