Html Css Color HEX #D8122E Crimson

📋 copy color: '#D8122E'

red 216 ◦ green 18 ◦ blue 46

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

Shades of Crimson #D8122E

Tints of Crimson #D8122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 77.14%
G = 6.43%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8122E (or 0xD8122E) is known color: Crimson. HEX triplet: D8, 12 and 2E. RGB value is (216,18,46). Sum of RGB (Red+Green+Blue) = 216+18+46=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8122E is #27EDD1. Grayscale: #505050. Windows color (decimal): -2616786 or 3019480. OLE color: 3019480.

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

Color convert

RGB 216 18 46 -
CMYK 0 0.92 0.79 0.15
HSL 351.52º 0.85% 0.46% -
HSV(B) 351.52º 0.92% 0.85% -
XYZ 29.03 15.23 3.99 -
YUV 80.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 216 18 46 0 0.92 0.79 0.15 351.52 0.85 0.46
Hex D8 12 2E 0 5C 4F F 160 55 2E
Octal 330 22 56 0 134 117 17 540 125 56
Binary 11011000 10010 101110 0 1011100 1001111 1111 101100000 1010101 101110

Color Harmonies of #D8122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8122E

Black with #D8122E

Text Example


Text Example

White with #D8122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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