Html Css Color HEX #D51144 Crimson

📋 copy color: '#D51144'

red 213 ◦ green 17 ◦ blue 68

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

Shades of Crimson #D51144

Tints of Crimson #D51144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 71.48%
G = 5.7%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D51144 (or 0xD51144) is known color: Crimson. HEX triplet: D5, 11 and 44. RGB value is (213,17,68). Sum of RGB (Red+Green+Blue) = 213+17+68=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D51144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51144 is #2AEEBB. Grayscale: #515151. Windows color (decimal): -2813628 or 4461013. OLE color: 4461013.

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

Color convert

RGB 213 17 68 -
CMYK 0 0.92 0.68 0.16
HSL 344.39º 0.85% 0.45% -
HSV(B) 344.39º 0.92% 0.84% -
XYZ 28.68 14.96 6.85 -
YUV 81.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 213 17 68 0 0.92 0.68 0.16 344.39 0.85 0.45
Hex D5 11 44 0 5C 44 10 158 55 2D
Octal 325 21 104 0 134 104 20 530 125 55
Binary 11010101 10001 1000100 0 1011100 1000100 10000 101011000 1010101 101101

Color Harmonies of #D51144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51144

Black with #D51144

Text Example


Text Example

White with #D51144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51144; }

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

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

background-color css

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

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

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

border-color css

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

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

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