Html Css Color HEX #E3073F Crimson

📋 copy color: '#E3073F'

red 227 ◦ green 7 ◦ blue 63

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

Shades of Crimson #E3073F

Tints of Crimson #E3073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.21%

R = 76.43%
G = 2.36%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E3073F (or 0xE3073F) is known color: Crimson. HEX triplet: E3, 07 and 3F. RGB value is (227,7,63). Sum of RGB (Red+Green+Blue) = 227+7+63=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E3073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3073F is #1CF8C0. Grayscale: #4F4F4F. Windows color (decimal): -1898689 or 4130787. OLE color: 4130787.

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

Color convert

RGB 227 7 63 -
CMYK 0 0.97 0.72 0.11
HSL 344.73º 0.94% 0.46% -
HSV(B) 344.73º 0.97% 0.89% -
XYZ 32.65 16.84 6.23 -
YUV 79.16 118.89 233.45 -
System Red Green Blue C M Y K H S L
Decimal 227 7 63 0 0.97 0.72 0.11 344.73 0.94 0.46
Hex E3 7 3F 0 61 48 B 159 5E 2E
Octal 343 7 77 0 141 110 13 531 136 56
Binary 11100011 111 111111 0 1100001 1001000 1011 101011001 1011110 101110

Color Harmonies of #E3073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3073F

Black with #E3073F

Text Example


Text Example

White with #E3073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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