Html Css Color HEX #DB1738 Crimson

📋 copy color: '#DB1738'

red 219 ◦ green 23 ◦ blue 56

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

Shades of Crimson #DB1738

Tints of Crimson #DB1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.72%

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

R = 73.49%
G = 7.72%
B = 18.79%

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

#DB1738 (or 0xDB1738) is known color: Crimson. HEX triplet: DB, 17 and 38. RGB value is (219,23,56). Sum of RGB (Red+Green+Blue) = 219+23+56=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1738 is #24E8C7. Grayscale: #555555. Windows color (decimal): -2418888 or 3676123. OLE color: 3676123.

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

Color convert

RGB 219 23 56 -
CMYK 0 0.89 0.74 0.14
HSL 349.9º 0.81% 0.47% -
HSV(B) 349.9º 0.89% 0.86% -
XYZ 30.23 15.96 5.23 -
YUV 85.37 111.43 223.32 -
System Red Green Blue C M Y K H S L
Decimal 219 23 56 0 0.89 0.74 0.14 349.9 0.81 0.47
Hex DB 17 38 0 59 4A E 15E 51 2F
Octal 333 27 70 0 131 112 16 536 121 57
Binary 11011011 10111 111000 0 1011001 1001010 1110 101011110 1010001 101111

Color Harmonies of #DB1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1738

Black with #DB1738

Text Example


Text Example

White with #DB1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1738; }

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

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

background-color css

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

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

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

border-color css

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

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

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