Html Css Color HEX #D51933 Crimson

📋 copy color: '#D51933'

red 213 ◦ green 25 ◦ blue 51

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

Shades of Crimson #D51933

Tints of Crimson #D51933

RGB

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

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

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

R = 73.7%
G = 8.65%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D51933 (or 0xD51933) is known color: Crimson. HEX triplet: D5, 19 and 33. RGB value is (213,25,51). Sum of RGB (Red+Green+Blue) = 213+25+51=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D51933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51933 is #2AE6CC. Grayscale: #545454. Windows color (decimal): -2811597 or 3348949. OLE color: 3348949.

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

Color convert

RGB 213 25 51 -
CMYK 0 0.88 0.76 0.16
HSL 351.7º 0.79% 0.47% -
HSV(B) 351.7º 0.88% 0.84% -
XYZ 28.39 15.08 4.55 -
YUV 84.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 213 25 51 0 0.88 0.76 0.16 351.7 0.79 0.47
Hex D5 19 33 0 58 4C 10 160 4F 2F
Octal 325 31 63 0 130 114 20 540 117 57
Binary 11010101 11001 110011 0 1011000 1001100 10000 101100000 1001111 101111

Color Harmonies of #D51933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51933

Black with #D51933

Text Example


Text Example

White with #D51933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51933; }

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

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

background-color css

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

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

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

border-color css

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

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

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