Html Css Color HEX #D5193B Crimson

📋 copy color: '#D5193B'

red 213 ◦ green 25 ◦ blue 59

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

Shades of Crimson #D5193B

Tints of Crimson #D5193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 71.72%
G = 8.42%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5193B (or 0xD5193B) is known color: Crimson. HEX triplet: D5, 19 and 3B. RGB value is (213,25,59). Sum of RGB (Red+Green+Blue) = 213+25+59=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5193B is #2AE6C4. Grayscale: #555555. Windows color (decimal): -2811589 or 3873237. OLE color: 3873237.

HSL color Cylindrical-coordinate representation of color #D5193B: hue angle of 349.15º 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 #D5193B is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 59 -
CMYK 0 0.88 0.72 0.16
HSL 349.15º 0.79% 0.47% -
HSV(B) 349.15º 0.88% 0.84% -
XYZ 28.58 15.16 5.56 -
YUV 85.09 113.28 219.24 -
System Red Green Blue C M Y K H S L
Decimal 213 25 59 0 0.88 0.72 0.16 349.15 0.79 0.47
Hex D5 19 3B 0 58 48 10 15D 4F 2F
Octal 325 31 73 0 130 110 20 535 117 57
Binary 11010101 11001 111011 0 1011000 1001000 10000 101011101 1001111 101111

Color Harmonies of #D5193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5193B

Black with #D5193B

Text Example


Text Example

White with #D5193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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