Html Css Color HEX #DB1845 Crimson

📋 copy color: '#DB1845'

red 219 ◦ green 24 ◦ blue 69

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

Shades of Crimson #DB1845

Tints of Crimson #DB1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 70.19%
G = 7.69%
B = 22.12%

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

#DB1845 (or 0xDB1845) is known color: Crimson. HEX triplet: DB, 18 and 45. RGB value is (219,24,69). Sum of RGB (Red+Green+Blue) = 219+24+69=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1845 is #24E7BA. Grayscale: #575757. Windows color (decimal): -2418619 or 4528347. OLE color: 4528347.

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

Color convert

RGB 219 24 69 -
CMYK 0 0.89 0.68 0.14
HSL 346.15º 0.8% 0.48% -
HSV(B) 346.15º 0.89% 0.86% -
XYZ 30.61 16.14 7.13 -
YUV 87.44 117.6 221.84 -
System Red Green Blue C M Y K H S L
Decimal 219 24 69 0 0.89 0.68 0.14 346.15 0.8 0.48
Hex DB 18 45 0 59 44 E 15A 50 30
Octal 333 30 105 0 131 104 16 532 120 60
Binary 11011011 11000 1000101 0 1011001 1000100 1110 101011010 1010000 110000

Color Harmonies of #DB1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1845

Black with #DB1845

Text Example


Text Example

White with #DB1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1845; }

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

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

background-color css

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

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

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

border-color css

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

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

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