Html Css Color HEX #DB0445 Crimson

📋 copy color: '#DB0445'

red 219 ◦ green 4 ◦ blue 69

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

Shades of Crimson #DB0445

Tints of Crimson #DB0445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 75%
G = 1.37%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB0445 (or 0xDB0445) is known color: Crimson. HEX triplet: DB, 04 and 45. RGB value is (219,4,69). Sum of RGB (Red+Green+Blue) = 219+4+69=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0445 is #24FBBA. Grayscale: #4B4B4B. Windows color (decimal): -2423739 or 4523227. OLE color: 4523227.

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

Color convert

RGB 219 4 69 -
CMYK 0 0.98 0.68 0.14
HSL 341.86º 0.96% 0.44% -
HSV(B) 341.86º 0.98% 0.86% -
XYZ 30.33 15.58 7.04 -
YUV 75.7 124.23 230.21 -
System Red Green Blue C M Y K H S L
Decimal 219 4 69 0 0.98 0.68 0.14 341.86 0.96 0.44
Hex DB 4 45 0 62 44 E 156 60 2C
Octal 333 4 105 0 142 104 16 526 140 54
Binary 11011011 100 1000101 0 1100010 1000100 1110 101010110 1100000 101100

Color Harmonies of #DB0445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0445

Black with #DB0445

Text Example


Text Example

White with #DB0445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0445; }

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

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

background-color css

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

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

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

border-color css

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

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

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