Html Css Color HEX #D5194E Crimson

📋 copy color: '#D5194E'

red 213 ◦ green 25 ◦ blue 78

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

Shades of Crimson #D5194E

Tints of Crimson #D5194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 67.41%
G = 7.91%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5194E (or 0xD5194E) is known color: Crimson. HEX triplet: D5, 19 and 4E. RGB value is (213,25,78). Sum of RGB (Red+Green+Blue) = 213+25+78=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D5194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5194E is #2AE6B1. Grayscale: #575757. Windows color (decimal): -2811570 or 5118421. OLE color: 5118421.

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

Color convert

RGB 213 25 78 -
CMYK 0 0.88 0.63 0.16
HSL 343.09º 0.79% 0.47% -
HSV(B) 343.09º 0.88% 0.84% -
XYZ 29.16 15.39 8.64 -
YUV 87.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 213 25 78 0 0.88 0.63 0.16 343.09 0.79 0.47
Hex D5 19 4E 0 58 3F 10 157 4F 2F
Octal 325 31 116 0 130 77 20 527 117 57
Binary 11010101 11001 1001110 0 1011000 111111 10000 101010111 1001111 101111

Color Harmonies of #D5194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5194E

Black with #D5194E

Text Example


Text Example

White with #D5194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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