Html Css Color HEX #E30D37 Crimson

📋 copy color: '#E30D37'

red 227 ◦ green 13 ◦ blue 55

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

Shades of Crimson #E30D37

Tints of Crimson #E30D37

RGB

 RED value IS 227 (89.06% from 255) = 76.95%

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 76.95%
G = 4.41%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E30D37 (or 0xE30D37) is known color: Crimson. HEX triplet: E3, 0D and 37. RGB value is (227,13,55). Sum of RGB (Red+Green+Blue) = 227+13+55=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D37 is #1CF2C8. Grayscale: #515151. Windows color (decimal): -1897161 or 3608035. OLE color: 3608035.

HSL color Cylindrical-coordinate representation of color #E30D37: hue angle of 348.22º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30D37 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 13 55 -
CMYK 0 0.94 0.76 0.11
HSL 348.22º 0.89% 0.47% -
HSV(B) 348.22º 0.94% 0.89% -
XYZ 32.51 16.89 5.16 -
YUV 81.77 112.9 231.58 -
System Red Green Blue C M Y K H S L
Decimal 227 13 55 0 0.94 0.76 0.11 348.22 0.89 0.47
Hex E3 D 37 0 5E 4C B 15C 59 2F
Octal 343 15 67 0 136 114 13 534 131 57
Binary 11100011 1101 110111 0 1011110 1001100 1011 101011100 1011001 101111

Color Harmonies of #E30D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D37

Black with #E30D37

Text Example


Text Example

White with #E30D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D37; }

 p { color: rgb(227,13,55); }

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

background-color css

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

 a { background-color: rgb(227,13,55); }

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

border-color css

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

 span { border-color: rgb(227,13,55); }

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