Html Css Color HEX #D1124D Crimson

📋 copy color: '#D1124D'

red 209 ◦ green 18 ◦ blue 77

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

Shades of Crimson #D1124D

Tints of Crimson #D1124D

RGB

 RED value IS 209 (82.03% from 255) = 68.75%

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

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

R = 68.75%
G = 5.92%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1124D (or 0xD1124D) is known color: Crimson. HEX triplet: D1, 12 and 4D. RGB value is (209,18,77). Sum of RGB (Red+Green+Blue) = 209+18+77=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1124D is #2EEDB2. Grayscale: #515151. Windows color (decimal): -3075507 or 5051089. OLE color: 5051089.

HSL color Cylindrical-coordinate representation of color #D1124D: hue angle of 341.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1124D is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 77 -
CMYK 0 0.91 0.63 0.18
HSL 341.47º 0.84% 0.45% -
HSV(B) 341.47º 0.91% 0.82% -
XYZ 27.85 14.52 8.36 -
YUV 81.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 209 18 77 0 0.91 0.63 0.18 341.47 0.84 0.45
Hex D1 12 4D 0 5B 3F 12 155 54 2D
Octal 321 22 115 0 133 77 22 525 124 55
Binary 11010001 10010 1001101 0 1011011 111111 10010 101010101 1010100 101101

Color Harmonies of #D1124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1124D

Black with #D1124D

Text Example


Text Example

White with #D1124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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