Html Css Color HEX #D8123E Crimson

📋 copy color: '#D8123E'

red 216 ◦ green 18 ◦ blue 62

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

Shades of Crimson #D8123E

Tints of Crimson #D8123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 72.97%
G = 6.08%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8123E (or 0xD8123E) is known color: Crimson. HEX triplet: D8, 12 and 3E. RGB value is (216,18,62). Sum of RGB (Red+Green+Blue) = 216+18+62=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8123E is #27EDC1. Grayscale: #525252. Windows color (decimal): -2616770 or 4068056. OLE color: 4068056.

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

Color convert

RGB 216 18 62 -
CMYK 0 0.92 0.71 0.15
HSL 346.67º 0.85% 0.46% -
HSV(B) 346.67º 0.92% 0.85% -
XYZ 29.4 15.38 5.98 -
YUV 82.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 216 18 62 0 0.92 0.71 0.15 346.67 0.85 0.46
Hex D8 12 3E 0 5C 47 F 15B 55 2E
Octal 330 22 76 0 134 107 17 533 125 56
Binary 11011000 10010 111110 0 1011100 1000111 1111 101011011 1010101 101110

Color Harmonies of #D8123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8123E

Black with #D8123E

Text Example


Text Example

White with #D8123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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