Html Css Color HEX #D51936 Crimson

📋 copy color: '#D51936'

red 213 ◦ green 25 ◦ blue 54

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

Shades of Crimson #D51936

Tints of Crimson #D51936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 72.95%
G = 8.56%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D51936 (or 0xD51936) is known color: Crimson. HEX triplet: D5, 19 and 36. RGB value is (213,25,54). Sum of RGB (Red+Green+Blue) = 213+25+54=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D51936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51936 is #2AE6C9. Grayscale: #545454. Windows color (decimal): -2811594 or 3545557. OLE color: 3545557.

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

Color convert

RGB 213 25 54 -
CMYK 0 0.88 0.75 0.16
HSL 350.74º 0.79% 0.47% -
HSV(B) 350.74º 0.88% 0.84% -
XYZ 28.45 15.11 4.91 -
YUV 84.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 213 25 54 0 0.88 0.75 0.16 350.74 0.79 0.47
Hex D5 19 36 0 58 4B 10 15F 4F 2F
Octal 325 31 66 0 130 113 20 537 117 57
Binary 11010101 11001 110110 0 1011000 1001011 10000 101011111 1001111 101111

Color Harmonies of #D51936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51936

Black with #D51936

Text Example


Text Example

White with #D51936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51936; }

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

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

background-color css

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

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

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

border-color css

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

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

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