Html Css Color HEX #D4194D Crimson

📋 copy color: '#D4194D'

red 212 ◦ green 25 ◦ blue 77

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

Shades of Crimson #D4194D

Tints of Crimson #D4194D

RGB

 RED value IS 212 (83.2% from 255) = 67.52%

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

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 67.52%
G = 7.96%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4194D (or 0xD4194D) is known color: Crimson. HEX triplet: D4, 19 and 4D. RGB value is (212,25,77). Sum of RGB (Red+Green+Blue) = 212+25+77=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D4194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4194D is #2BE6B2. Grayscale: #565656. Windows color (decimal): -2877107 or 5052884. OLE color: 5052884.

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

Color convert

RGB 212 25 77 -
CMYK 0 0.88 0.64 0.17
HSL 343.32º 0.79% 0.46% -
HSV(B) 343.32º 0.88% 0.83% -
XYZ 28.84 15.23 8.44 -
YUV 86.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 212 25 77 0 0.88 0.64 0.17 343.32 0.79 0.46
Hex D4 19 4D 0 58 40 11 157 4F 2E
Octal 324 31 115 0 130 100 21 527 117 56
Binary 11010100 11001 1001101 0 1011000 1000000 10001 101010111 1001111 101110

Color Harmonies of #D4194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4194D

Black with #D4194D

Text Example


Text Example

White with #D4194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4194D; }

 p { color: rgb(212,25,77); }

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

background-color css

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

 a { background-color: rgb(212,25,77); }

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

border-color css

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

 span { border-color: rgb(212,25,77); }

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