Html Css Color HEX #D2114D Crimson

📋 copy color: '#D2114D'

red 210 ◦ green 17 ◦ blue 77

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

Shades of Crimson #D2114D

Tints of Crimson #D2114D

RGB

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

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

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

R = 69.08%
G = 5.59%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2114D (or 0xD2114D) is known color: Crimson. HEX triplet: D2, 11 and 4D. RGB value is (210,17,77). Sum of RGB (Red+Green+Blue) = 210+17+77=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2114D is #2DEEB2. Grayscale: #515151. Windows color (decimal): -3010227 or 5050834. OLE color: 5050834.

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

Color convert

RGB 210 17 77 -
CMYK 0 0.92 0.63 0.18
HSL 341.35º 0.85% 0.45% -
HSV(B) 341.35º 0.92% 0.82% -
XYZ 28.12 14.64 8.36 -
YUV 81.55 125.44 219.62 -
System Red Green Blue C M Y K H S L
Decimal 210 17 77 0 0.92 0.63 0.18 341.35 0.85 0.45
Hex D2 11 4D 0 5C 3F 12 155 55 2D
Octal 322 21 115 0 134 77 22 525 125 55
Binary 11010010 10001 1001101 0 1011100 111111 10010 101010101 1010101 101101

Color Harmonies of #D2114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2114D

Black with #D2114D

Text Example


Text Example

White with #D2114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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