Html Css Color HEX #E0072A Crimson

📋 copy color: '#E0072A'

red 224 ◦ green 7 ◦ blue 42

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

Shades of Crimson #E0072A

Tints of Crimson #E0072A

RGB

 RED value IS 224 (87.89% from 255) = 82.05%

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 82.05%
G = 2.56%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0072A (or 0xE0072A) is known color: Crimson. HEX triplet: E0, 07 and 2A. RGB value is (224,7,42). Sum of RGB (Red+Green+Blue) = 224+7+42=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E0072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0072A is #1FF8D5. Grayscale: #4B4B4B. Windows color (decimal): -2095318 or 2754528. OLE color: 2754528.

HSL color Cylindrical-coordinate representation of color #E0072A: hue angle of 350.32º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0072A is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 42 -
CMYK 0 0.97 0.81 0.12
HSL 350.32º 0.94% 0.45% -
HSV(B) 350.32º 0.97% 0.88% -
XYZ 31.23 16.17 3.66 -
YUV 75.87 108.89 233.65 -
System Red Green Blue C M Y K H S L
Decimal 224 7 42 0 0.97 0.81 0.12 350.32 0.94 0.45
Hex E0 7 2A 0 61 51 C 15E 5E 2D
Octal 340 7 52 0 141 121 14 536 136 55
Binary 11100000 111 101010 0 1100001 1010001 1100 101011110 1011110 101101

Color Harmonies of #E0072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0072A

Black with #E0072A

Text Example


Text Example

White with #E0072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0072A; }

 p { color: rgb(224,7,42); }

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

background-color css

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

 a { background-color: rgb(224,7,42); }

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

border-color css

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

 span { border-color: rgb(224,7,42); }

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