Html Css Color HEX #DB1838 Crimson

📋 copy color: '#DB1838'

red 219 ◦ green 24 ◦ blue 56

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

Shades of Crimson #DB1838

Tints of Crimson #DB1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

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

R = 73.24%
G = 8.03%
B = 18.73%

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

#DB1838 (or 0xDB1838) is known color: Crimson. HEX triplet: DB, 18 and 38. RGB value is (219,24,56). Sum of RGB (Red+Green+Blue) = 219+24+56=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1838 is #24E7C7. Grayscale: #565656. Windows color (decimal): -2418632 or 3676379. OLE color: 3676379.

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

Color convert

RGB 219 24 56 -
CMYK 0 0.89 0.74 0.14
HSL 350.15º 0.8% 0.48% -
HSV(B) 350.15º 0.89% 0.86% -
XYZ 30.25 16 5.23 -
YUV 85.95 111.1 222.9 -
System Red Green Blue C M Y K H S L
Decimal 219 24 56 0 0.89 0.74 0.14 350.15 0.8 0.48
Hex DB 18 38 0 59 4A E 15E 50 30
Octal 333 30 70 0 131 112 16 536 120 60
Binary 11011011 11000 111000 0 1011001 1001010 1110 101011110 1010000 110000

Color Harmonies of #DB1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1838

Black with #DB1838

Text Example


Text Example

White with #DB1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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