Html Css Color HEX #D51533 Crimson

📋 copy color: '#D51533'

red 213 ◦ green 21 ◦ blue 51

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

Shades of Crimson #D51533

Tints of Crimson #D51533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 74.74%
G = 7.37%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D51533 (or 0xD51533) is known color: Crimson. HEX triplet: D5, 15 and 33. RGB value is (213,21,51). Sum of RGB (Red+Green+Blue) = 213+21+51=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D51533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51533 is #2AEACC. Grayscale: #515151. Windows color (decimal): -2812621 or 3347925. OLE color: 3347925.

HSL color Cylindrical-coordinate representation of color #D51533: hue angle of 350.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51533 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 51 -
CMYK 0 0.90 0.76 0.16
HSL 350.63º 0.82% 0.46% -
HSV(B) 350.63º 0.9% 0.84% -
XYZ 28.31 14.92 4.52 -
YUV 81.83 110.61 221.56 -
System Red Green Blue C M Y K H S L
Decimal 213 21 51 0 0.90 0.76 0.16 350.63 0.82 0.46
Hex D5 15 33 0 5A 4C 10 15F 52 2E
Octal 325 25 63 0 132 114 20 537 122 56
Binary 11010101 10101 110011 0 1011010 1001100 10000 101011111 1010010 101110

Color Harmonies of #D51533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51533

Black with #D51533

Text Example


Text Example

White with #D51533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51533; }

 p { color: rgb(213,21,51); }

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

background-color css

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

 a { background-color: rgb(213,21,51); }

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

border-color css

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

 span { border-color: rgb(213,21,51); }

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