Html Css Color HEX #D9192E Crimson

📋 copy color: '#D9192E'

red 217 ◦ green 25 ◦ blue 46

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

Shades of Crimson #D9192E

Tints of Crimson #D9192E

RGB

 RED value IS 217 (85.16% from 255) = 75.35%

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 75.35%
G = 8.68%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9192E (or 0xD9192E) is known color: Crimson. HEX triplet: D9, 19 and 2E. RGB value is (217,25,46). Sum of RGB (Red+Green+Blue) = 217+25+46=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D9192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9192E is #26E6D1. Grayscale: #545454. Windows color (decimal): -2549458 or 3021273. OLE color: 3021273.

HSL color Cylindrical-coordinate representation of color #D9192E: hue angle of 353.44º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9192E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 46 -
CMYK 0 0.88 0.79 0.15
HSL 353.44º 0.79% 0.47% -
HSV(B) 353.44º 0.88% 0.85% -
XYZ 29.46 15.64 4.05 -
YUV 84.8 106.11 222.29 -
System Red Green Blue C M Y K H S L
Decimal 217 25 46 0 0.88 0.79 0.15 353.44 0.79 0.47
Hex D9 19 2E 0 58 4F F 161 4F 2F
Octal 331 31 56 0 130 117 17 541 117 57
Binary 11011001 11001 101110 0 1011000 1001111 1111 101100001 1001111 101111

Color Harmonies of #D9192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9192E

Black with #D9192E

Text Example


Text Example

White with #D9192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9192E; }

 p { color: rgb(217,25,46); }

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

background-color css

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

 a { background-color: rgb(217,25,46); }

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

border-color css

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

 span { border-color: rgb(217,25,46); }

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