Html Css Color HEX #D51930 Crimson

📋 copy color: '#D51930'

red 213 ◦ green 25 ◦ blue 48

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

Shades of Crimson #D51930

Tints of Crimson #D51930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.74%

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

R = 74.48%
G = 8.74%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D51930 (or 0xD51930) is known color: Crimson. HEX triplet: D5, 19 and 30. RGB value is (213,25,48). Sum of RGB (Red+Green+Blue) = 213+25+48=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D51930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51930 is #2AE6CF. Grayscale: #535353. Windows color (decimal): -2811600 or 3152341. OLE color: 3152341.

HSL color Cylindrical-coordinate representation of color #D51930: hue angle of 352.66º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51930 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 48 -
CMYK 0 0.88 0.77 0.16
HSL 352.66º 0.79% 0.47% -
HSV(B) 352.66º 0.88% 0.84% -
XYZ 28.32 15.05 4.21 -
YUV 83.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 213 25 48 0 0.88 0.77 0.16 352.66 0.79 0.47
Hex D5 19 30 0 58 4D 10 161 4F 2F
Octal 325 31 60 0 130 115 20 541 117 57
Binary 11010101 11001 110000 0 1011000 1001101 10000 101100001 1001111 101111

Color Harmonies of #D51930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51930

Black with #D51930

Text Example


Text Example

White with #D51930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51930; }

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

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

background-color css

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

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

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

border-color css

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

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

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