Html Css Color HEX #D8192E Crimson

📋 copy color: '#D8192E'

red 216 ◦ green 25 ◦ blue 46

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

Shades of Crimson #D8192E

Tints of Crimson #D8192E

RGB

 RED value IS 216 (84.77% from 255) = 75.26%

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

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

R = 75.26%
G = 8.71%
B = 16.03%

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

#D8192E (or 0xD8192E) is known color: Crimson. HEX triplet: D8, 19 and 2E. RGB value is (216,25,46). Sum of RGB (Red+Green+Blue) = 216+25+46=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D8192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8192E is #27E6D1. Grayscale: #545454. Windows color (decimal): -2614994 or 3021272. OLE color: 3021272.

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

Color convert

RGB 216 25 46 -
CMYK 0 0.88 0.79 0.15
HSL 353.4º 0.79% 0.47% -
HSV(B) 353.4º 0.88% 0.85% -
XYZ 29.16 15.49 4.04 -
YUV 84.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 216 25 46 0 0.88 0.79 0.15 353.4 0.79 0.47
Hex D8 19 2E 0 58 4F F 161 4F 2F
Octal 330 31 56 0 130 117 17 541 117 57
Binary 11011000 11001 101110 0 1011000 1001111 1111 101100001 1001111 101111

Color Harmonies of #D8192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8192E

Black with #D8192E

Text Example


Text Example

White with #D8192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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