Html Css Color HEX #D51440 Crimson

📋 copy color: '#D51440'

red 213 ◦ green 20 ◦ blue 64

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

Shades of Crimson #D51440

Tints of Crimson #D51440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 71.72%
G = 6.73%
B = 21.55%

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

#D51440 (or 0xD51440) is known color: Crimson. HEX triplet: D5, 14 and 40. RGB value is (213,20,64). Sum of RGB (Red+Green+Blue) = 213+20+64=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D51440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51440 is #2AEBBF. Grayscale: #525252. Windows color (decimal): -2812864 or 4199637. OLE color: 4199637.

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

Color convert

RGB 213 20 64 -
CMYK 0 0.91 0.70 0.16
HSL 346.32º 0.83% 0.46% -
HSV(B) 346.32º 0.91% 0.84% -
XYZ 28.62 15.02 6.24 -
YUV 82.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 213 20 64 0 0.91 0.70 0.16 346.32 0.83 0.46
Hex D5 14 40 0 5B 46 10 15A 53 2E
Octal 325 24 100 0 133 106 20 532 123 56
Binary 11010101 10100 1000000 0 1011011 1000110 10000 101011010 1010011 101110

Color Harmonies of #D51440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51440

Black with #D51440

Text Example


Text Example

White with #D51440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51440; }

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

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

background-color css

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

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

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

border-color css

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

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

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