Html Css Color HEX #D1194B Crimson

📋 copy color: '#D1194B'

red 209 ◦ green 25 ◦ blue 75

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

Shades of Crimson #D1194B

Tints of Crimson #D1194B

RGB

 RED value IS 209 (82.03% from 255) = 67.64%

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

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

R = 67.64%
G = 8.09%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1194B (or 0xD1194B) is known color: Crimson. HEX triplet: D1, 19 and 4B. RGB value is (209,25,75). Sum of RGB (Red+Green+Blue) = 209+25+75=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1194B is #2EE6B4. Grayscale: #555555. Windows color (decimal): -3073717 or 4921809. OLE color: 4921809.

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

Color convert

RGB 209 25 75 -
CMYK 0 0.88 0.64 0.18
HSL 343.7º 0.79% 0.46% -
HSV(B) 343.7º 0.88% 0.82% -
XYZ 27.91 14.76 8.03 -
YUV 85.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 209 25 75 0 0.88 0.64 0.18 343.7 0.79 0.46
Hex D1 19 4B 0 58 40 12 158 4F 2E
Octal 321 31 113 0 130 100 22 530 117 56
Binary 11010001 11001 1001011 0 1011000 1000000 10010 101011000 1001111 101110

Color Harmonies of #D1194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1194B

Black with #D1194B

Text Example


Text Example

White with #D1194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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