Html Css Color HEX #D61931 Crimson

📋 copy color: '#D61931'

red 214 ◦ green 25 ◦ blue 49

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

Shades of Crimson #D61931

Tints of Crimson #D61931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

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

R = 74.31%
G = 8.68%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61931 (or 0xD61931) is known color: Crimson. HEX triplet: D6, 19 and 31. RGB value is (214,25,49). Sum of RGB (Red+Green+Blue) = 214+25+49=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D61931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61931 is #29E6CE. Grayscale: #545454. Windows color (decimal): -2746063 or 3217878. OLE color: 3217878.

HSL color Cylindrical-coordinate representation of color #D61931: hue angle of 352.38º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61931 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 49 -
CMYK 0 0.88 0.77 0.16
HSL 352.38º 0.79% 0.47% -
HSV(B) 352.38º 0.88% 0.84% -
XYZ 28.63 15.21 4.33 -
YUV 84.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 214 25 49 0 0.88 0.77 0.16 352.38 0.79 0.47
Hex D6 19 31 0 58 4D 10 160 4F 2F
Octal 326 31 61 0 130 115 20 540 117 57
Binary 11010110 11001 110001 0 1011000 1001101 10000 101100000 1001111 101111

Color Harmonies of #D61931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61931

Black with #D61931

Text Example


Text Example

White with #D61931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61931; }

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

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

background-color css

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

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

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

border-color css

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

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

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