Html Css Color HEX #D61731 Crimson

📋 copy color: '#D61731'

red 214 ◦ green 23 ◦ blue 49

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

Shades of Crimson #D61731

Tints of Crimson #D61731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 74.83%
G = 8.04%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61731 (or 0xD61731) is known color: Crimson. HEX triplet: D6, 17 and 31. RGB value is (214,23,49). Sum of RGB (Red+Green+Blue) = 214+23+49=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D61731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61731 is #29E8CE. Grayscale: #535353. Windows color (decimal): -2746575 or 3217366. OLE color: 3217366.

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

Color convert

RGB 214 23 49 -
CMYK 0 0.89 0.77 0.16
HSL 351.83º 0.81% 0.46% -
HSV(B) 351.83º 0.89% 0.84% -
XYZ 28.59 15.13 4.32 -
YUV 83.07 108.78 221.39 -
System Red Green Blue C M Y K H S L
Decimal 214 23 49 0 0.89 0.77 0.16 351.83 0.81 0.46
Hex D6 17 31 0 59 4D 10 160 51 2E
Octal 326 27 61 0 131 115 20 540 121 56
Binary 11010110 10111 110001 0 1011001 1001101 10000 101100000 1010001 101110

Color Harmonies of #D61731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61731

Black with #D61731

Text Example


Text Example

White with #D61731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61731; }

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

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

background-color css

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

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

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

border-color css

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

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

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