Html Css Color HEX #D9124A Crimson

📋 copy color: '#D9124A'

red 217 ◦ green 18 ◦ blue 74

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

Shades of Crimson #D9124A

Tints of Crimson #D9124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 70.23%
G = 5.83%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9124A (or 0xD9124A) is known color: Crimson. HEX triplet: D9, 12 and 4A. RGB value is (217,18,74). Sum of RGB (Red+Green+Blue) = 217+18+74=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9124A is #26EDB5. Grayscale: #535353. Windows color (decimal): -2551222 or 4854489. OLE color: 4854489.

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

Color convert

RGB 217 18 74 -
CMYK 0 0.92 0.66 0.15
HSL 343.12º 0.85% 0.46% -
HSV(B) 343.12º 0.92% 0.85% -
XYZ 30.07 15.68 7.92 -
YUV 83.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 217 18 74 0 0.92 0.66 0.15 343.12 0.85 0.46
Hex D9 12 4A 0 5C 42 F 157 55 2E
Octal 331 22 112 0 134 102 17 527 125 56
Binary 11011001 10010 1001010 0 1011100 1000010 1111 101010111 1010101 101110

Color Harmonies of #D9124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9124A

Black with #D9124A

Text Example


Text Example

White with #D9124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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