Html Css Color HEX #D61740 Crimson

📋 copy color: '#D61740'

red 214 ◦ green 23 ◦ blue 64

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

Shades of Crimson #D61740

Tints of Crimson #D61740

RGB

 RED value IS 214 (83.98% from 255) = 71.1%

 GREEN value IS 23 (9.38% from 255) = 7.64%

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

R = 71.1%
G = 7.64%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D61740 (or 0xD61740) is known color: Crimson. HEX triplet: D6, 17 and 40. RGB value is (214,23,64). Sum of RGB (Red+Green+Blue) = 214+23+64=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D61740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61740 is #29E8BF. Grayscale: #545454. Windows color (decimal): -2746560 or 4200406. OLE color: 4200406.

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

Color convert

RGB 214 23 64 -
CMYK 0 0.89 0.70 0.16
HSL 347.12º 0.81% 0.46% -
HSV(B) 347.12º 0.89% 0.84% -
XYZ 28.96 15.28 6.27 -
YUV 84.78 116.28 220.17 -
System Red Green Blue C M Y K H S L
Decimal 214 23 64 0 0.89 0.70 0.16 347.12 0.81 0.46
Hex D6 17 40 0 59 46 10 15B 51 2E
Octal 326 27 100 0 131 106 20 533 121 56
Binary 11010110 10111 1000000 0 1011001 1000110 10000 101011011 1010001 101110

Color Harmonies of #D61740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61740

Black with #D61740

Text Example


Text Example

White with #D61740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61740; }

 p { color: rgb(214,23,64); }

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

background-color css

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

 a { background-color: rgb(214,23,64); }

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

border-color css

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

 span { border-color: rgb(214,23,64); }

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