Html Css Color HEX #DB1340 Crimson

📋 copy color: '#DB1340'

red 219 ◦ green 19 ◦ blue 64

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

Shades of Crimson #DB1340

Tints of Crimson #DB1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 72.52%
G = 6.29%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB1340 (or 0xDB1340) is known color: Crimson. HEX triplet: DB, 13 and 40. RGB value is (219,19,64). Sum of RGB (Red+Green+Blue) = 219+19+64=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1340 is #24ECBF. Grayscale: #535353. Windows color (decimal): -2419904 or 4199387. OLE color: 4199387.

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

Color convert

RGB 219 19 64 -
CMYK 0 0.91 0.71 0.14
HSL 346.5º 0.84% 0.47% -
HSV(B) 346.5º 0.91% 0.86% -
XYZ 30.37 15.9 6.32 -
YUV 83.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 219 19 64 0 0.91 0.71 0.14 346.5 0.84 0.47
Hex DB 13 40 0 5B 47 E 15A 54 2F
Octal 333 23 100 0 133 107 16 532 124 57
Binary 11011011 10011 1000000 0 1011011 1000111 1110 101011010 1010100 101111

Color Harmonies of #DB1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1340

Black with #DB1340

Text Example


Text Example

White with #DB1340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1340; }

 p { color: rgb(219,19,64); }

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

background-color css

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

 a { background-color: rgb(219,19,64); }

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

border-color css

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

 span { border-color: rgb(219,19,64); }

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