Html Css Color HEX #DB1945 Crimson

📋 copy color: '#DB1945'

red 219 ◦ green 25 ◦ blue 69

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

Shades of Crimson #DB1945

Tints of Crimson #DB1945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 69.97%
G = 7.99%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB1945 (or 0xDB1945) is known color: Crimson. HEX triplet: DB, 19 and 45. RGB value is (219,25,69). Sum of RGB (Red+Green+Blue) = 219+25+69=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1945 is #24E6BA. Grayscale: #585858. Windows color (decimal): -2418363 or 4528603. OLE color: 4528603.

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

Color convert

RGB 219 25 69 -
CMYK 0 0.89 0.68 0.14
HSL 346.39º 0.8% 0.48% -
HSV(B) 346.39º 0.89% 0.86% -
XYZ 30.64 16.19 7.14 -
YUV 88.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 219 25 69 0 0.89 0.68 0.14 346.39 0.8 0.48
Hex DB 19 45 0 59 44 E 15A 50 30
Octal 333 31 105 0 131 104 16 532 120 60
Binary 11011011 11001 1000101 0 1011001 1000100 1110 101011010 1010000 110000

Color Harmonies of #DB1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1945

Black with #DB1945

Text Example


Text Example

White with #DB1945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1945; }

 p { color: rgb(219,25,69); }

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

background-color css

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

 a { background-color: rgb(219,25,69); }

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

border-color css

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

 span { border-color: rgb(219,25,69); }

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