Html Css Color HEX #D4194B Crimson

📋 copy color: '#D4194B'

red 212 ◦ green 25 ◦ blue 75

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

Shades of Crimson #D4194B

Tints of Crimson #D4194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 67.95%
G = 8.01%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4194B (or 0xD4194B) is known color: Crimson. HEX triplet: D4, 19 and 4B. RGB value is (212,25,75). Sum of RGB (Red+Green+Blue) = 212+25+75=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4194B is #2BE6B4. Grayscale: #565656. Windows color (decimal): -2877109 or 4921812. OLE color: 4921812.

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

Color convert

RGB 212 25 75 -
CMYK 0 0.88 0.65 0.17
HSL 343.96º 0.79% 0.46% -
HSV(B) 343.96º 0.88% 0.83% -
XYZ 28.77 15.2 8.07 -
YUV 86.61 121.45 217.43 -
System Red Green Blue C M Y K H S L
Decimal 212 25 75 0 0.88 0.65 0.17 343.96 0.79 0.46
Hex D4 19 4B 0 58 41 11 158 4F 2E
Octal 324 31 113 0 130 101 21 530 117 56
Binary 11010100 11001 1001011 0 1011000 1000001 10001 101011000 1001111 101110

Color Harmonies of #D4194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4194B

Black with #D4194B

Text Example


Text Example

White with #D4194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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