Html Css Color HEX #DB194B Crimson

📋 copy color: '#DB194B'

red 219 ◦ green 25 ◦ blue 75

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

Shades of Crimson #DB194B

Tints of Crimson #DB194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 68.65%
G = 7.84%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB194B (or 0xDB194B) is known color: Crimson. HEX triplet: DB, 19 and 4B. RGB value is (219,25,75). Sum of RGB (Red+Green+Blue) = 219+25+75=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB194B is #24E6B4. Grayscale: #585858. Windows color (decimal): -2418357 or 4921819. OLE color: 4921819.

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

Color convert

RGB 219 25 75 -
CMYK 0 0.89 0.66 0.14
HSL 344.54º 0.8% 0.48% -
HSV(B) 344.54º 0.89% 0.86% -
XYZ 30.83 16.26 8.17 -
YUV 88.71 120.27 220.93 -
System Red Green Blue C M Y K H S L
Decimal 219 25 75 0 0.89 0.66 0.14 344.54 0.8 0.48
Hex DB 19 4B 0 59 42 E 159 50 30
Octal 333 31 113 0 131 102 16 531 120 60
Binary 11011011 11001 1001011 0 1011001 1000010 1110 101011001 1010000 110000

Color Harmonies of #DB194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB194B

Black with #DB194B

Text Example


Text Example

White with #DB194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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