Html Css Color HEX #DB1341 Crimson

📋 copy color: '#DB1341'

red 219 ◦ green 19 ◦ blue 65

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

Shades of Crimson #DB1341

Tints of Crimson #DB1341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 72.28%
G = 6.27%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1341 (or 0xDB1341) is known color: Crimson. HEX triplet: DB, 13 and 41. RGB value is (219,19,65). Sum of RGB (Red+Green+Blue) = 219+19+65=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1341 is #24ECBE. Grayscale: #545454. Windows color (decimal): -2419903 or 4264923. OLE color: 4264923.

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

Color convert

RGB 219 19 65 -
CMYK 0 0.91 0.70 0.14
HSL 346.2º 0.84% 0.47% -
HSV(B) 346.2º 0.91% 0.86% -
XYZ 30.4 15.91 6.47 -
YUV 84.04 117.26 224.26 -
System Red Green Blue C M Y K H S L
Decimal 219 19 65 0 0.91 0.70 0.14 346.2 0.84 0.47
Hex DB 13 41 0 5B 46 E 15A 54 2F
Octal 333 23 101 0 133 106 16 532 124 57
Binary 11011011 10011 1000001 0 1011011 1000110 1110 101011010 1010100 101111

Color Harmonies of #DB1341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1341

Black with #DB1341

Text Example


Text Example

White with #DB1341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1341; }

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

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

background-color css

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

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

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

border-color css

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

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

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