Html Css Color HEX #D51130 Crimson

📋 copy color: '#D51130'

red 213 ◦ green 17 ◦ blue 48

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

Shades of Crimson #D51130

Tints of Crimson #D51130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 76.62%
G = 6.12%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D51130 (or 0xD51130) is known color: Crimson. HEX triplet: D5, 11 and 30. RGB value is (213,17,48). Sum of RGB (Red+Green+Blue) = 213+17+48=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D51130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51130 is #2AEECF. Grayscale: #4F4F4F. Windows color (decimal): -2813648 or 3150293. OLE color: 3150293.

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

Color convert

RGB 213 17 48 -
CMYK 0 0.92 0.77 0.16
HSL 350.51º 0.85% 0.45% -
HSV(B) 350.51º 0.92% 0.84% -
XYZ 28.17 14.76 4.16 -
YUV 79.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 213 17 48 0 0.92 0.77 0.16 350.51 0.85 0.45
Hex D5 11 30 0 5C 4D 10 15F 55 2D
Octal 325 21 60 0 134 115 20 537 125 55
Binary 11010101 10001 110000 0 1011100 1001101 10000 101011111 1010101 101101

Color Harmonies of #D51130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51130

Black with #D51130

Text Example


Text Example

White with #D51130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51130; }

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

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

background-color css

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

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

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

border-color css

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

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

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