Html Css Color HEX #DA194A Crimson

📋 copy color: '#DA194A'

red 218 ◦ green 25 ◦ blue 74

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

Shades of Crimson #DA194A

Tints of Crimson #DA194A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 68.77%
G = 7.89%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA194A (or 0xDA194A) is known color: Crimson. HEX triplet: DA, 19 and 4A. RGB value is (218,25,74). Sum of RGB (Red+Green+Blue) = 218+25+74=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA194A is #25E6B5. Grayscale: #585858. Windows color (decimal): -2483894 or 4856282. OLE color: 4856282.

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

Color convert

RGB 218 25 74 -
CMYK 0 0.89 0.66 0.15
HSL 344.77º 0.79% 0.48% -
HSV(B) 344.77º 0.89% 0.85% -
XYZ 30.5 16.1 7.98 -
YUV 88.29 119.94 220.52 -
System Red Green Blue C M Y K H S L
Decimal 218 25 74 0 0.89 0.66 0.15 344.77 0.79 0.48
Hex DA 19 4A 0 59 42 F 159 4F 30
Octal 332 31 112 0 131 102 17 531 117 60
Binary 11011010 11001 1001010 0 1011001 1000010 1111 101011001 1001111 110000

Color Harmonies of #DA194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA194A

Black with #DA194A

Text Example


Text Example

White with #DA194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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