Html Css Color HEX #D9124D Crimson

📋 copy color: '#D9124D'

red 217 ◦ green 18 ◦ blue 77

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

Shades of Crimson #D9124D

Tints of Crimson #D9124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.68%

R = 69.55%
G = 5.77%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9124D (or 0xD9124D) is known color: Crimson. HEX triplet: D9, 12 and 4D. RGB value is (217,18,77). Sum of RGB (Red+Green+Blue) = 217+18+77=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9124D is #26EDB2. Grayscale: #545454. Windows color (decimal): -2551219 or 5051097. OLE color: 5051097.

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

Color convert

RGB 217 18 77 -
CMYK 0 0.92 0.65 0.15
HSL 342.21º 0.85% 0.46% -
HSV(B) 342.21º 0.92% 0.85% -
XYZ 30.17 15.72 8.47 -
YUV 84.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 217 18 77 0 0.92 0.65 0.15 342.21 0.85 0.46
Hex D9 12 4D 0 5C 41 F 156 55 2E
Octal 331 22 115 0 134 101 17 526 125 56
Binary 11011001 10010 1001101 0 1011100 1000001 1111 101010110 1010101 101110

Color Harmonies of #D9124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9124D

Black with #D9124D

Text Example


Text Example

White with #D9124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9124D; }

 p { color: rgb(217,18,77); }

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

background-color css

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

 a { background-color: rgb(217,18,77); }

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

border-color css

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

 span { border-color: rgb(217,18,77); }

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