Html Css Color HEX #D51237 Crimson

📋 copy color: '#D51237'

red 213 ◦ green 18 ◦ blue 55

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

Shades of Crimson #D51237

Tints of Crimson #D51237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

 BLUE value IS 55 (21.88% from 255) = 19.23%

R = 74.48%
G = 6.29%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D51237 (or 0xD51237) is known color: Crimson. HEX triplet: D5, 12 and 37. RGB value is (213,18,55). Sum of RGB (Red+Green+Blue) = 213+18+55=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D51237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51237 is #2AEDC8. Grayscale: #505050. Windows color (decimal): -2813385 or 3609301. OLE color: 3609301.

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

Color convert

RGB 213 18 55 -
CMYK 0 0.92 0.74 0.16
HSL 348.62º 0.84% 0.45% -
HSV(B) 348.62º 0.92% 0.84% -
XYZ 28.35 14.85 4.99 -
YUV 80.52 113.6 222.49 -
System Red Green Blue C M Y K H S L
Decimal 213 18 55 0 0.92 0.74 0.16 348.62 0.84 0.45
Hex D5 12 37 0 5C 4A 10 15D 54 2D
Octal 325 22 67 0 134 112 20 535 124 55
Binary 11010101 10010 110111 0 1011100 1001010 10000 101011101 1010100 101101

Color Harmonies of #D51237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51237

Black with #D51237

Text Example


Text Example

White with #D51237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51237; }

 p { color: rgb(213,18,55); }

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

background-color css

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

 a { background-color: rgb(213,18,55); }

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

border-color css

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

 span { border-color: rgb(213,18,55); }

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