Html Css Color HEX #DA194C Crimson

📋 copy color: '#DA194C'

red 218 ◦ green 25 ◦ blue 76

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

Shades of Crimson #DA194C

Tints of Crimson #DA194C

RGB

 RED value IS 218 (85.55% from 255) = 68.34%

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

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 68.34%
G = 7.84%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA194C (or 0xDA194C) is known color: Crimson. HEX triplet: DA, 19 and 4C. RGB value is (218,25,76). Sum of RGB (Red+Green+Blue) = 218+25+76=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA194C is #25E6B3. Grayscale: #585858. Windows color (decimal): -2483892 or 4987354. OLE color: 4987354.

HSL color Cylindrical-coordinate representation of color #DA194C: hue angle of 344.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA194C is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 76 -
CMYK 0 0.89 0.65 0.15
HSL 344.15º 0.79% 0.48% -
HSV(B) 344.15º 0.89% 0.85% -
XYZ 30.57 16.12 8.34 -
YUV 88.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 218 25 76 0 0.89 0.65 0.15 344.15 0.79 0.48
Hex DA 19 4C 0 59 41 F 158 4F 30
Octal 332 31 114 0 131 101 17 530 117 60
Binary 11011010 11001 1001100 0 1011001 1000001 1111 101011000 1001111 110000

Color Harmonies of #DA194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA194C

Black with #DA194C

Text Example


Text Example

White with #DA194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA194C; }

 p { color: rgb(218,25,76); }

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

background-color css

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

 a { background-color: rgb(218,25,76); }

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

border-color css

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

 span { border-color: rgb(218,25,76); }

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