Html Css Color HEX #E5073D Crimson

📋 copy color: '#E5073D'

red 229 ◦ green 7 ◦ blue 61

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

Shades of Crimson #E5073D

Tints of Crimson #E5073D

RGB

 RED value IS 229 (89.84% from 255) = 77.1%

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 77.1%
G = 2.36%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5073D (or 0xE5073D) is known color: Crimson. HEX triplet: E5, 07 and 3D. RGB value is (229,7,61). Sum of RGB (Red+Green+Blue) = 229+7+61=297 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.10% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 229 - color contains mainly: red. Hex color #E5073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5073D is #1AF8C2. Grayscale: #4F4F4F. Windows color (decimal): -1767619 or 3999717. OLE color: 3999717.

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

Color convert

RGB 229 7 61 -
CMYK 0 0.97 0.73 0.10
HSL 345.41º 0.94% 0.46% -
HSV(B) 345.41º 0.97% 0.9% -
XYZ 33.23 17.15 5.97 -
YUV 79.53 117.55 234.61 -
System Red Green Blue C M Y K H S L
Decimal 229 7 61 0 0.97 0.73 0.10 345.41 0.94 0.46
Hex E5 7 3D 0 61 49 A 159 5E 2E
Octal 345 7 75 0 141 111 12 531 136 56
Binary 11100101 111 111101 0 1100001 1001001 1010 101011001 1011110 101110

Color Harmonies of #E5073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5073D

Black with #E5073D

Text Example


Text Example

White with #E5073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5073D; }

 p { color: rgb(229,7,61); }

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

background-color css

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

 a { background-color: rgb(229,7,61); }

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

border-color css

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

 span { border-color: rgb(229,7,61); }

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