Html Css Color HEX #E30A37 Crimson

📋 copy color: '#E30A37'

red 227 ◦ green 10 ◦ blue 55

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

Shades of Crimson #E30A37

Tints of Crimson #E30A37

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

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

R = 77.74%
G = 3.42%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E30A37 (or 0xE30A37) is known color: Crimson. HEX triplet: E3, 0A and 37. RGB value is (227,10,55). Sum of RGB (Red+Green+Blue) = 227+10+55=292 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.74% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A37 is #1CF5C8. Grayscale: #505050. Windows color (decimal): -1897929 or 3607267. OLE color: 3607267.

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

Color convert

RGB 227 10 55 -
CMYK 0 0.96 0.76 0.11
HSL 347.56º 0.92% 0.46% -
HSV(B) 347.56º 0.96% 0.89% -
XYZ 32.48 16.82 5.15 -
YUV 80.01 113.89 232.84 -
System Red Green Blue C M Y K H S L
Decimal 227 10 55 0 0.96 0.76 0.11 347.56 0.92 0.46
Hex E3 A 37 0 60 4C B 15C 5C 2E
Octal 343 12 67 0 140 114 13 534 134 56
Binary 11100011 1010 110111 0 1100000 1001100 1011 101011100 1011100 101110

Color Harmonies of #E30A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A37

Black with #E30A37

Text Example


Text Example

White with #E30A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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