Html Css Color HEX #D5193F Crimson

📋 copy color: '#D5193F'

red 213 ◦ green 25 ◦ blue 63

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

Shades of Crimson #D5193F

Tints of Crimson #D5193F

RGB

 RED value IS 213 (83.59% from 255) = 70.76%

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

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

R = 70.76%
G = 8.31%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5193F (or 0xD5193F) is known color: Crimson. HEX triplet: D5, 19 and 3F. RGB value is (213,25,63). Sum of RGB (Red+Green+Blue) = 213+25+63=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D5193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5193F is #2AE6C0. Grayscale: #555555. Windows color (decimal): -2811585 or 4135381. OLE color: 4135381.

HSL color Cylindrical-coordinate representation of color #D5193F: hue angle of 347.87º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5193F is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 63 -
CMYK 0 0.88 0.70 0.16
HSL 347.87º 0.79% 0.47% -
HSV(B) 347.87º 0.88% 0.84% -
XYZ 28.69 15.2 6.12 -
YUV 85.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 213 25 63 0 0.88 0.70 0.16 347.87 0.79 0.47
Hex D5 19 3F 0 58 46 10 15C 4F 2F
Octal 325 31 77 0 130 106 20 534 117 57
Binary 11010101 11001 111111 0 1011000 1000110 10000 101011100 1001111 101111

Color Harmonies of #D5193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5193F

Black with #D5193F

Text Example


Text Example

White with #D5193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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