Html Css Color HEX #D51340 Crimson

📋 copy color: '#D51340'

red 213 ◦ green 19 ◦ blue 64

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

Shades of Crimson #D51340

Tints of Crimson #D51340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

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

R = 71.96%
G = 6.42%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D51340 (or 0xD51340) is known color: Crimson. HEX triplet: D5, 13 and 40. RGB value is (213,19,64). Sum of RGB (Red+Green+Blue) = 213+19+64=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D51340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51340 is #2AECBF. Grayscale: #525252. Windows color (decimal): -2813120 or 4199381. OLE color: 4199381.

HSL color Cylindrical-coordinate representation of color #D51340: hue angle of 346.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51340 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 64 -
CMYK 0 0.91 0.70 0.16
HSL 346.08º 0.84% 0.45% -
HSV(B) 346.08º 0.91% 0.84% -
XYZ 28.6 14.98 6.23 -
YUV 82.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 213 19 64 0 0.91 0.70 0.16 346.08 0.84 0.45
Hex D5 13 40 0 5B 46 10 15A 54 2D
Octal 325 23 100 0 133 106 20 532 124 55
Binary 11010101 10011 1000000 0 1011011 1000110 10000 101011010 1010100 101101

Color Harmonies of #D51340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51340

Black with #D51340

Text Example


Text Example

White with #D51340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51340; }

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

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

background-color css

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

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

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

border-color css

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

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

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