Html Css Color HEX #DA193F Crimson

📋 copy color: '#DA193F'

red 218 ◦ green 25 ◦ blue 63

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

Shades of Crimson #DA193F

Tints of Crimson #DA193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.59%

R = 71.24%
G = 8.17%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA193F (or 0xDA193F) is known color: Crimson. HEX triplet: DA, 19 and 3F. RGB value is (218,25,63). Sum of RGB (Red+Green+Blue) = 218+25+63=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA193F is #25E6C0. Grayscale: #575757. Windows color (decimal): -2483905 or 4135386. OLE color: 4135386.

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

Color convert

RGB 218 25 63 -
CMYK 0 0.89 0.71 0.15
HSL 348.19º 0.79% 0.48% -
HSV(B) 348.19º 0.89% 0.85% -
XYZ 30.16 15.96 6.19 -
YUV 87.04 114.44 221.41 -
System Red Green Blue C M Y K H S L
Decimal 218 25 63 0 0.89 0.71 0.15 348.19 0.79 0.48
Hex DA 19 3F 0 59 47 F 15C 4F 30
Octal 332 31 77 0 131 107 17 534 117 60
Binary 11011010 11001 111111 0 1011001 1000111 1111 101011100 1001111 110000

Color Harmonies of #DA193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA193F

Black with #DA193F

Text Example


Text Example

White with #DA193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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