Html Css Color HEX #D4184C Crimson

📋 copy color: '#D4184C'

red 212 ◦ green 24 ◦ blue 76

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

Shades of Crimson #D4184C

Tints of Crimson #D4184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 67.95%
G = 7.69%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4184C (or 0xD4184C) is known color: Crimson. HEX triplet: D4, 18 and 4C. RGB value is (212,24,76). Sum of RGB (Red+Green+Blue) = 212+24+76=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4184C is #2BE7B3. Grayscale: #565656. Windows color (decimal): -2877364 or 4987092. OLE color: 4987092.

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

Color convert

RGB 212 24 76 -
CMYK 0 0.89 0.64 0.17
HSL 343.4º 0.8% 0.46% -
HSV(B) 343.4º 0.89% 0.83% -
XYZ 28.78 15.17 8.25 -
YUV 86.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 212 24 76 0 0.89 0.64 0.17 343.4 0.8 0.46
Hex D4 18 4C 0 59 40 11 157 50 2E
Octal 324 30 114 0 131 100 21 527 120 56
Binary 11010100 11000 1001100 0 1011001 1000000 10001 101010111 1010000 101110

Color Harmonies of #D4184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4184C

Black with #D4184C

Text Example


Text Example

White with #D4184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4184C; }

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

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

background-color css

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

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

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

border-color css

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

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

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