Html Css Color HEX #D1124C Crimson

📋 copy color: '#D1124C'

red 209 ◦ green 18 ◦ blue 76

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

Shades of Crimson #D1124C

Tints of Crimson #D1124C

RGB

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

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

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

R = 68.98%
G = 5.94%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1124C (or 0xD1124C) is known color: Crimson. HEX triplet: D1, 12 and 4C. RGB value is (209,18,76). Sum of RGB (Red+Green+Blue) = 209+18+76=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1124C is #2EEDB3. Grayscale: #515151. Windows color (decimal): -3075508 or 4985553. OLE color: 4985553.

HSL color Cylindrical-coordinate representation of color #D1124C: hue angle of 341.78º 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 #D1124C is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 76 -
CMYK 0 0.91 0.64 0.18
HSL 341.78º 0.84% 0.45% -
HSV(B) 341.78º 0.91% 0.82% -
XYZ 27.82 14.51 8.17 -
YUV 81.72 124.78 218.78 -
System Red Green Blue C M Y K H S L
Decimal 209 18 76 0 0.91 0.64 0.18 341.78 0.84 0.45
Hex D1 12 4C 0 5B 40 12 156 54 2D
Octal 321 22 114 0 133 100 22 526 124 55
Binary 11010001 10010 1001100 0 1011011 1000000 10010 101010110 1010100 101101

Color Harmonies of #D1124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1124C

Black with #D1124C

Text Example


Text Example

White with #D1124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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