Html Css Color HEX #D51347 Crimson

📋 copy color: '#D51347'

red 213 ◦ green 19 ◦ blue 71

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

Shades of Crimson #D51347

Tints of Crimson #D51347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 70.3%
G = 6.27%
B = 23.43%

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

#D51347 (or 0xD51347) is known color: Crimson. HEX triplet: D5, 13 and 47. RGB value is (213,19,71). Sum of RGB (Red+Green+Blue) = 213+19+71=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D51347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51347 is #2AECB8. Grayscale: #525252. Windows color (decimal): -2813113 or 4658133. OLE color: 4658133.

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

Color convert

RGB 213 19 71 -
CMYK 0 0.91 0.67 0.16
HSL 343.92º 0.84% 0.45% -
HSV(B) 343.92º 0.91% 0.84% -
XYZ 28.81 15.07 7.35 -
YUV 82.93 121.27 220.77 -
System Red Green Blue C M Y K H S L
Decimal 213 19 71 0 0.91 0.67 0.16 343.92 0.84 0.45
Hex D5 13 47 0 5B 43 10 158 54 2D
Octal 325 23 107 0 133 103 20 530 124 55
Binary 11010101 10011 1000111 0 1011011 1000011 10000 101011000 1010100 101101

Color Harmonies of #D51347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51347

Black with #D51347

Text Example


Text Example

White with #D51347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51347; }

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

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

background-color css

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

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

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

border-color css

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

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

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