Html Css Color HEX #D61937 Crimson

📋 copy color: '#D61937'

red 214 ◦ green 25 ◦ blue 55

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

Shades of Crimson #D61937

Tints of Crimson #D61937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 72.79%
G = 8.5%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61937 (or 0xD61937) is known color: Crimson. HEX triplet: D6, 19 and 37. RGB value is (214,25,55). Sum of RGB (Red+Green+Blue) = 214+25+55=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D61937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61937 is #29E6C8. Grayscale: #555555. Windows color (decimal): -2746057 or 3611094. OLE color: 3611094.

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

Color convert

RGB 214 25 55 -
CMYK 0 0.88 0.74 0.16
HSL 350.48º 0.79% 0.47% -
HSV(B) 350.48º 0.88% 0.84% -
XYZ 28.77 15.27 5.05 -
YUV 84.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 214 25 55 0 0.88 0.74 0.16 350.48 0.79 0.47
Hex D6 19 37 0 58 4A 10 15E 4F 2F
Octal 326 31 67 0 130 112 20 536 117 57
Binary 11010110 11001 110111 0 1011000 1001010 10000 101011110 1001111 101111

Color Harmonies of #D61937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61937

Black with #D61937

Text Example


Text Example

White with #D61937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61937; }

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

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

background-color css

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

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

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

border-color css

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

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

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