Html Css Color HEX #D51143 Crimson

📋 copy color: '#D51143'

red 213 ◦ green 17 ◦ blue 67

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

Shades of Crimson #D51143

Tints of Crimson #D51143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 71.72%
G = 5.72%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D51143 (or 0xD51143) is known color: Crimson. HEX triplet: D5, 11 and 43. RGB value is (213,17,67). Sum of RGB (Red+Green+Blue) = 213+17+67=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D51143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51143 is #2AEEBC. Grayscale: #515151. Windows color (decimal): -2813629 or 4395477. OLE color: 4395477.

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

Color convert

RGB 213 17 67 -
CMYK 0 0.92 0.69 0.16
HSL 344.69º 0.85% 0.45% -
HSV(B) 344.69º 0.92% 0.84% -
XYZ 28.65 14.95 6.69 -
YUV 81.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 213 17 67 0 0.92 0.69 0.16 344.69 0.85 0.45
Hex D5 11 43 0 5C 45 10 159 55 2D
Octal 325 21 103 0 134 105 20 531 125 55
Binary 11010101 10001 1000011 0 1011100 1000101 10000 101011001 1010101 101101

Color Harmonies of #D51143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51143

Black with #D51143

Text Example


Text Example

White with #D51143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51143; }

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

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

background-color css

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

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

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

border-color css

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

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

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