Html Css Color HEX #E30A3E Crimson

📋 copy color: '#E30A3E'

red 227 ◦ green 10 ◦ blue 62

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

Shades of Crimson #E30A3E

Tints of Crimson #E30A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 75.92%
G = 3.34%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E30A3E (or 0xE30A3E) is known color: Crimson. HEX triplet: E3, 0A and 3E. RGB value is (227,10,62). Sum of RGB (Red+Green+Blue) = 227+10+62=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A3E is #1CF5C1. Grayscale: #505050. Windows color (decimal): -1897922 or 4066019. OLE color: 4066019.

HSL color Cylindrical-coordinate representation of color #E30A3E: hue angle of 345.62º 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 #E30A3E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 10 62 -
CMYK 0 0.96 0.73 0.11
HSL 345.62º 0.92% 0.46% -
HSV(B) 345.62º 0.96% 0.89% -
XYZ 32.66 16.9 6.1 -
YUV 80.81 117.39 232.27 -
System Red Green Blue C M Y K H S L
Decimal 227 10 62 0 0.96 0.73 0.11 345.62 0.92 0.46
Hex E3 A 3E 0 60 49 B 15A 5C 2E
Octal 343 12 76 0 140 111 13 532 134 56
Binary 11100011 1010 111110 0 1100000 1001001 1011 101011010 1011100 101110

Color Harmonies of #E30A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A3E

Black with #E30A3E

Text Example


Text Example

White with #E30A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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