Html Css Color HEX #D51748 Crimson

📋 copy color: '#D51748'

red 213 ◦ green 23 ◦ blue 72

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

Shades of Crimson #D51748

Tints of Crimson #D51748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 69.16%
G = 7.47%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D51748 (or 0xD51748) is known color: Crimson. HEX triplet: D5, 17 and 48. RGB value is (213,23,72). Sum of RGB (Red+Green+Blue) = 213+23+72=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D51748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51748 is #2AE8B7. Grayscale: #555555. Windows color (decimal): -2812088 or 4724693. OLE color: 4724693.

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

Color convert

RGB 213 23 72 -
CMYK 0 0.89 0.66 0.16
HSL 344.53º 0.81% 0.46% -
HSV(B) 344.53º 0.89% 0.84% -
XYZ 28.92 15.23 7.55 -
YUV 85.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 213 23 72 0 0.89 0.66 0.16 344.53 0.81 0.46
Hex D5 17 48 0 59 42 10 159 51 2E
Octal 325 27 110 0 131 102 20 531 121 56
Binary 11010101 10111 1001000 0 1011001 1000010 10000 101011001 1010001 101110

Color Harmonies of #D51748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51748

Black with #D51748

Text Example


Text Example

White with #D51748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51748; }

 p { color: rgb(213,23,72); }

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

background-color css

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

 a { background-color: rgb(213,23,72); }

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

border-color css

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

 span { border-color: rgb(213,23,72); }

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