Html Css Color HEX #D9124C Crimson

📋 copy color: '#D9124C'

red 217 ◦ green 18 ◦ blue 76

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

Shades of Crimson #D9124C

Tints of Crimson #D9124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 69.77%
G = 5.79%
B = 24.44%

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

#D9124C (or 0xD9124C) is known color: Crimson. HEX triplet: D9, 12 and 4C. RGB value is (217,18,76). Sum of RGB (Red+Green+Blue) = 217+18+76=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9124C is #26EDB3. Grayscale: #545454. Windows color (decimal): -2551220 or 4985561. OLE color: 4985561.

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

Color convert

RGB 217 18 76 -
CMYK 0 0.92 0.65 0.15
HSL 342.51º 0.85% 0.46% -
HSV(B) 342.51º 0.92% 0.85% -
XYZ 30.14 15.71 8.28 -
YUV 84.11 123.43 222.78 -
System Red Green Blue C M Y K H S L
Decimal 217 18 76 0 0.92 0.65 0.15 342.51 0.85 0.46
Hex D9 12 4C 0 5C 41 F 157 55 2E
Octal 331 22 114 0 134 101 17 527 125 56
Binary 11011001 10010 1001100 0 1011100 1000001 1111 101010111 1010101 101110

Color Harmonies of #D9124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9124C

Black with #D9124C

Text Example


Text Example

White with #D9124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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