Html Css Color HEX #D2114C Crimson

📋 copy color: '#D2114C'

red 210 ◦ green 17 ◦ blue 76

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

Shades of Crimson #D2114C

Tints of Crimson #D2114C

RGB

 RED value IS 210 (82.42% from 255) = 69.31%

 GREEN value IS 17 (7.03% from 255) = 5.61%

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

R = 69.31%
G = 5.61%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2114C (or 0xD2114C) is known color: Crimson. HEX triplet: D2, 11 and 4C. RGB value is (210,17,76). Sum of RGB (Red+Green+Blue) = 210+17+76=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2114C is #2DEEB3. Grayscale: #515151. Windows color (decimal): -3010228 or 4985298. OLE color: 4985298.

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

Color convert

RGB 210 17 76 -
CMYK 0 0.92 0.64 0.18
HSL 341.66º 0.85% 0.45% -
HSV(B) 341.66º 0.92% 0.82% -
XYZ 28.08 14.62 8.18 -
YUV 81.43 124.94 219.7 -
System Red Green Blue C M Y K H S L
Decimal 210 17 76 0 0.92 0.64 0.18 341.66 0.85 0.45
Hex D2 11 4C 0 5C 40 12 156 55 2D
Octal 322 21 114 0 134 100 22 526 125 55
Binary 11010010 10001 1001100 0 1011100 1000000 10010 101010110 1010101 101101

Color Harmonies of #D2114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2114C

Black with #D2114C

Text Example


Text Example

White with #D2114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2114C; }

 p { color: rgb(210,17,76); }

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

background-color css

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

 a { background-color: rgb(210,17,76); }

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

border-color css

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

 span { border-color: rgb(210,17,76); }

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