Html Css Color HEX #E5073C Crimson

📋 copy color: '#E5073C'

red 229 ◦ green 7 ◦ blue 60

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

Shades of Crimson #E5073C

Tints of Crimson #E5073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 77.36%
G = 2.36%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5073C (or 0xE5073C) is known color: Crimson. HEX triplet: E5, 07 and 3C. RGB value is (229,7,60). Sum of RGB (Red+Green+Blue) = 229+7+60=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E5073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5073C is #1AF8C3. Grayscale: #4F4F4F. Windows color (decimal): -1767620 or 3934181. OLE color: 3934181.

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

Color convert

RGB 229 7 60 -
CMYK 0 0.97 0.74 0.10
HSL 345.68º 0.94% 0.46% -
HSV(B) 345.68º 0.97% 0.9% -
XYZ 33.2 17.14 5.83 -
YUV 79.42 117.05 234.69 -
System Red Green Blue C M Y K H S L
Decimal 229 7 60 0 0.97 0.74 0.10 345.68 0.94 0.46
Hex E5 7 3C 0 61 4A A 15A 5E 2E
Octal 345 7 74 0 141 112 12 532 136 56
Binary 11100101 111 111100 0 1100001 1001010 1010 101011010 1011110 101110

Color Harmonies of #E5073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5073C

Black with #E5073C

Text Example


Text Example

White with #E5073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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