Html Css Color HEX #D51447 Crimson

📋 copy color: '#D51447'

red 213 ◦ green 20 ◦ blue 71

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

Shades of Crimson #D51447

Tints of Crimson #D51447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 70.07%
G = 6.58%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D51447 (or 0xD51447) is known color: Crimson. HEX triplet: D5, 14 and 47. RGB value is (213,20,71). Sum of RGB (Red+Green+Blue) = 213+20+71=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D51447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51447 is #2AEBB8. Grayscale: #535353. Windows color (decimal): -2812857 or 4658389. OLE color: 4658389.

HSL color Cylindrical-coordinate representation of color #D51447: hue angle of 344.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51447 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 71 -
CMYK 0 0.91 0.67 0.16
HSL 344.15º 0.83% 0.46% -
HSV(B) 344.15º 0.91% 0.84% -
XYZ 28.83 15.1 7.36 -
YUV 83.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 213 20 71 0 0.91 0.67 0.16 344.15 0.83 0.46
Hex D5 14 47 0 5B 43 10 158 53 2E
Octal 325 24 107 0 133 103 20 530 123 56
Binary 11010101 10100 1000111 0 1011011 1000011 10000 101011000 1010011 101110

Color Harmonies of #D51447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51447

Black with #D51447

Text Example


Text Example

White with #D51447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51447; }

 p { color: rgb(213,20,71); }

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

background-color css

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

 a { background-color: rgb(213,20,71); }

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

border-color css

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

 span { border-color: rgb(213,20,71); }

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