Html Css Color HEX #D4124C Crimson

📋 copy color: '#D4124C'

red 212 ◦ green 18 ◦ blue 76

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

Shades of Crimson #D4124C

Tints of Crimson #D4124C

RGB

 RED value IS 212 (83.2% from 255) = 69.28%

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

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

R = 69.28%
G = 5.88%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4124C (or 0xD4124C) is known color: Crimson. HEX triplet: D4, 12 and 4C. RGB value is (212,18,76). Sum of RGB (Red+Green+Blue) = 212+18+76=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4124C is #2BEDB3. Grayscale: #525252. Windows color (decimal): -2878900 or 4985556. OLE color: 4985556.

HSL color Cylindrical-coordinate representation of color #D4124C: hue angle of 342.06º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4124C is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 76 -
CMYK 0 0.92 0.64 0.17
HSL 342.06º 0.84% 0.45% -
HSV(B) 342.06º 0.92% 0.83% -
XYZ 28.67 14.95 8.21 -
YUV 82.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 212 18 76 0 0.92 0.64 0.17 342.06 0.84 0.45
Hex D4 12 4C 0 5C 40 11 156 54 2D
Octal 324 22 114 0 134 100 21 526 124 55
Binary 11010100 10010 1001100 0 1011100 1000000 10001 101010110 1010100 101101

Color Harmonies of #D4124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4124C

Black with #D4124C

Text Example


Text Example

White with #D4124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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