Html Css Color HEX #D51240 Crimson

📋 copy color: '#D51240'

red 213 ◦ green 18 ◦ blue 64

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

Shades of Crimson #D51240

Tints of Crimson #D51240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 72.2%
G = 6.1%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D51240 (or 0xD51240) is known color: Crimson. HEX triplet: D5, 12 and 40. RGB value is (213,18,64). Sum of RGB (Red+Green+Blue) = 213+18+64=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D51240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51240 is #2AEDBF. Grayscale: #515151. Windows color (decimal): -2813376 or 4199125. OLE color: 4199125.

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

Color convert

RGB 213 18 64 -
CMYK 0 0.92 0.70 0.16
HSL 345.85º 0.84% 0.45% -
HSV(B) 345.85º 0.92% 0.84% -
XYZ 28.58 14.95 6.23 -
YUV 81.55 118.1 221.76 -
System Red Green Blue C M Y K H S L
Decimal 213 18 64 0 0.92 0.70 0.16 345.85 0.84 0.45
Hex D5 12 40 0 5C 46 10 15A 54 2D
Octal 325 22 100 0 134 106 20 532 124 55
Binary 11010101 10010 1000000 0 1011100 1000110 10000 101011010 1010100 101101

Color Harmonies of #D51240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51240

Black with #D51240

Text Example


Text Example

White with #D51240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51240; }

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

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

background-color css

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

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

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

border-color css

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

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

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