Html Css Color HEX #D61E37 Crimson

📋 copy color: '#D61E37'

red 214 ◦ green 30 ◦ blue 55

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

Shades of Crimson #D61E37

Tints of Crimson #D61E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.03%

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

R = 71.57%
G = 10.03%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61E37 (or 0xD61E37) is known color: Crimson. HEX triplet: D6, 1E and 37. RGB value is (214,30,55). Sum of RGB (Red+Green+Blue) = 214+30+55=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E37 is #29E1C8. Grayscale: #575757. Windows color (decimal): -2744777 or 3612374. OLE color: 3612374.

HSL color Cylindrical-coordinate representation of color #D61E37: hue angle of 351.85º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61E37 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 55 -
CMYK 0 0.86 0.74 0.16
HSL 351.85º 0.75% 0.48% -
HSV(B) 351.85º 0.86% 0.84% -
XYZ 28.89 15.5 5.08 -
YUV 87.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 214 30 55 0 0.86 0.74 0.16 351.85 0.75 0.48
Hex D6 1E 37 0 56 4A 10 160 4B 30
Octal 326 36 67 0 126 112 20 540 113 60
Binary 11010110 11110 110111 0 1010110 1001010 10000 101100000 1001011 110000

Color Harmonies of #D61E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E37

Black with #D61E37

Text Example


Text Example

White with #D61E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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