Html Css Color HEX #DB1438 Crimson

📋 copy color: '#DB1438'

red 219 ◦ green 20 ◦ blue 56

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

Shades of Crimson #DB1438

Tints of Crimson #DB1438

RGB

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

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

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

R = 74.24%
G = 6.78%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB1438 (or 0xDB1438) is known color: Crimson. HEX triplet: DB, 14 and 38. RGB value is (219,20,56). Sum of RGB (Red+Green+Blue) = 219+20+56=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1438 is #24EBC7. Grayscale: #535353. Windows color (decimal): -2419656 or 3675355. OLE color: 3675355.

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

Color convert

RGB 219 20 56 -
CMYK 0 0.91 0.74 0.14
HSL 349.15º 0.83% 0.47% -
HSV(B) 349.15º 0.91% 0.86% -
XYZ 30.18 15.85 5.21 -
YUV 83.61 112.43 224.57 -
System Red Green Blue C M Y K H S L
Decimal 219 20 56 0 0.91 0.74 0.14 349.15 0.83 0.47
Hex DB 14 38 0 5B 4A E 15D 53 2F
Octal 333 24 70 0 133 112 16 535 123 57
Binary 11011011 10100 111000 0 1011011 1001010 1110 101011101 1010011 101111

Color Harmonies of #DB1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1438

Black with #DB1438

Text Example


Text Example

White with #DB1438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1438; }

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

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

background-color css

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

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

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

border-color css

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

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

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