Html Css Color HEX #D7194E Crimson

📋 copy color: '#D7194E'

red 215 ◦ green 25 ◦ blue 78

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

Shades of Crimson #D7194E

Tints of Crimson #D7194E

RGB

 RED value IS 215 (84.38% from 255) = 67.61%

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

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

R = 67.61%
G = 7.86%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7194E (or 0xD7194E) is known color: Crimson. HEX triplet: D7, 19 and 4E. RGB value is (215,25,78). Sum of RGB (Red+Green+Blue) = 215+25+78=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D7194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7194E is #28E6B1. Grayscale: #575757. Windows color (decimal): -2680498 or 5118423. OLE color: 5118423.

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

Color convert

RGB 215 25 78 -
CMYK 0 0.88 0.64 0.16
HSL 343.26º 0.79% 0.47% -
HSV(B) 343.26º 0.88% 0.84% -
XYZ 29.75 15.69 8.67 -
YUV 87.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 215 25 78 0 0.88 0.64 0.16 343.26 0.79 0.47
Hex D7 19 4E 0 58 40 10 157 4F 2F
Octal 327 31 116 0 130 100 20 527 117 57
Binary 11010111 11001 1001110 0 1011000 1000000 10000 101010111 1001111 101111

Color Harmonies of #D7194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7194E

Black with #D7194E

Text Example


Text Example

White with #D7194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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