Html Css Color HEX #DB1938 Crimson

📋 copy color: '#DB1938'

red 219 ◦ green 25 ◦ blue 56

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

Shades of Crimson #DB1938

Tints of Crimson #DB1938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

 BLUE value IS 56 (22.27% from 255) = 18.67%

R = 73%
G = 8.33%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB1938 (or 0xDB1938) is known color: Crimson. HEX triplet: DB, 19 and 38. RGB value is (219,25,56). Sum of RGB (Red+Green+Blue) = 219+25+56=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1938 is #24E6C7. Grayscale: #565656. Windows color (decimal): -2418376 or 3676635. OLE color: 3676635.

HSL color Cylindrical-coordinate representation of color #DB1938: hue angle of 350.41º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1938 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 25 56 -
CMYK 0 0.89 0.74 0.14
HSL 350.41º 0.8% 0.48% -
HSV(B) 350.41º 0.89% 0.86% -
XYZ 30.27 16.04 5.24 -
YUV 86.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 219 25 56 0 0.89 0.74 0.14 350.41 0.8 0.48
Hex DB 19 38 0 59 4A E 15E 50 30
Octal 333 31 70 0 131 112 16 536 120 60
Binary 11011011 11001 111000 0 1011001 1001010 1110 101011110 1010000 110000

Color Harmonies of #DB1938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1938

Black with #DB1938

Text Example


Text Example

White with #DB1938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1938; }

 p { color: rgb(219,25,56); }

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

background-color css

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

 a { background-color: rgb(219,25,56); }

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

border-color css

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

 span { border-color: rgb(219,25,56); }

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