Html Css Color HEX #D5114D Crimson

📋 copy color: '#D5114D'

red 213 ◦ green 17 ◦ blue 77

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

Shades of Crimson #D5114D

Tints of Crimson #D5114D

RGB

 RED value IS 213 (83.59% from 255) = 69.38%

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

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

R = 69.38%
G = 5.54%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5114D (or 0xD5114D) is known color: Crimson. HEX triplet: D5, 11 and 4D. RGB value is (213,17,77). Sum of RGB (Red+Green+Blue) = 213+17+77=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5114D is #2AEEB2. Grayscale: #525252. Windows color (decimal): -2813619 or 5050837. OLE color: 5050837.

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

Color convert

RGB 213 17 77 -
CMYK 0 0.92 0.64 0.16
HSL 341.63º 0.85% 0.45% -
HSV(B) 341.63º 0.92% 0.84% -
XYZ 28.98 15.08 8.41 -
YUV 82.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 213 17 77 0 0.92 0.64 0.16 341.63 0.85 0.45
Hex D5 11 4D 0 5C 40 10 156 55 2D
Octal 325 21 115 0 134 100 20 526 125 55
Binary 11010101 10001 1001101 0 1011100 1000000 10000 101010110 1010101 101101

Color Harmonies of #D5114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5114D

Black with #D5114D

Text Example


Text Example

White with #D5114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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