Html Css Color HEX #DB1343 Crimson

📋 copy color: '#DB1343'

red 219 ◦ green 19 ◦ blue 67

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

Shades of Crimson #DB1343

Tints of Crimson #DB1343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 71.8%
G = 6.23%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB1343 (or 0xDB1343) is known color: Crimson. HEX triplet: DB, 13 and 43. RGB value is (219,19,67). Sum of RGB (Red+Green+Blue) = 219+19+67=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1343 is #24ECBC. Grayscale: #545454. Windows color (decimal): -2419901 or 4395995. OLE color: 4395995.

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

Color convert

RGB 219 19 67 -
CMYK 0 0.91 0.69 0.14
HSL 345.6º 0.84% 0.47% -
HSV(B) 345.6º 0.91% 0.86% -
XYZ 30.46 15.93 6.78 -
YUV 84.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 219 19 67 0 0.91 0.69 0.14 345.6 0.84 0.47
Hex DB 13 43 0 5B 45 E 15A 54 2F
Octal 333 23 103 0 133 105 16 532 124 57
Binary 11011011 10011 1000011 0 1011011 1000101 1110 101011010 1010100 101111

Color Harmonies of #DB1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1343

Black with #DB1343

Text Example


Text Example

White with #DB1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1343; }

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

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

background-color css

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

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

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

border-color css

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

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

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