Html Css Color HEX #D2194F Crimson

📋 copy color: '#D2194F'

red 210 ◦ green 25 ◦ blue 79

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

Shades of Crimson #D2194F

Tints of Crimson #D2194F

RGB

 RED value IS 210 (82.42% from 255) = 66.88%

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

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 66.88%
G = 7.96%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2194F (or 0xD2194F) is known color: Crimson. HEX triplet: D2, 19 and 4F. RGB value is (210,25,79). Sum of RGB (Red+Green+Blue) = 210+25+79=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D2194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2194F is #2DE6B0. Grayscale: #565656. Windows color (decimal): -3008177 or 5183954. OLE color: 5183954.

HSL color Cylindrical-coordinate representation of color #D2194F: hue angle of 342.49º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2194F is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 79 -
CMYK 0 0.88 0.62 0.18
HSL 342.49º 0.79% 0.46% -
HSV(B) 342.49º 0.88% 0.82% -
XYZ 28.34 14.96 8.79 -
YUV 86.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 210 25 79 0 0.88 0.62 0.18 342.49 0.79 0.46
Hex D2 19 4F 0 58 3E 12 156 4F 2E
Octal 322 31 117 0 130 76 22 526 117 56
Binary 11010010 11001 1001111 0 1011000 111110 10010 101010110 1001111 101110

Color Harmonies of #D2194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2194F

Black with #D2194F

Text Example


Text Example

White with #D2194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2194F; }

 p { color: rgb(210,25,79); }

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

background-color css

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

 a { background-color: rgb(210,25,79); }

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

border-color css

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

 span { border-color: rgb(210,25,79); }

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