Html Css Color HEX #E3073A Crimson

📋 copy color: '#E3073A'

red 227 ◦ green 7 ◦ blue 58

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

Shades of Crimson #E3073A

Tints of Crimson #E3073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 77.74%
G = 2.4%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E3073A (or 0xE3073A) is known color: Crimson. HEX triplet: E3, 07 and 3A. RGB value is (227,7,58). Sum of RGB (Red+Green+Blue) = 227+7+58=292 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.74% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 227 - color contains mainly: red. Hex color #E3073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3073A is #1CF8C5. Grayscale: #4E4E4E. Windows color (decimal): -1898694 or 3803107. OLE color: 3803107.

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

Color convert

RGB 227 7 58 -
CMYK 0 0.97 0.74 0.11
HSL 346.09º 0.94% 0.46% -
HSV(B) 346.09º 0.97% 0.89% -
XYZ 32.52 16.79 5.53 -
YUV 78.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 227 7 58 0 0.97 0.74 0.11 346.09 0.94 0.46
Hex E3 7 3A 0 61 4A B 15A 5E 2E
Octal 343 7 72 0 141 112 13 532 136 56
Binary 11100011 111 111010 0 1100001 1001010 1011 101011010 1011110 101110

Color Harmonies of #E3073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3073A

Black with #E3073A

Text Example


Text Example

White with #E3073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3073A; }

 p { color: rgb(227,7,58); }

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

background-color css

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

 a { background-color: rgb(227,7,58); }

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

border-color css

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

 span { border-color: rgb(227,7,58); }

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