Html Css Color HEX #E0072F Crimson

📋 copy color: '#E0072F'

red 224 ◦ green 7 ◦ blue 47

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

Shades of Crimson #E0072F

Tints of Crimson #E0072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 80.58%
G = 2.52%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0072F (or 0xE0072F) is known color: Crimson. HEX triplet: E0, 07 and 2F. RGB value is (224,7,47). Sum of RGB (Red+Green+Blue) = 224+7+47=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E0072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0072F is #1FF8D0. Grayscale: #4C4C4C. Windows color (decimal): -2095313 or 3082208. OLE color: 3082208.

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

Color convert

RGB 224 7 47 -
CMYK 0 0.97 0.79 0.12
HSL 348.94º 0.94% 0.45% -
HSV(B) 348.94º 0.97% 0.88% -
XYZ 31.33 16.2 4.17 -
YUV 76.44 111.39 233.25 -
System Red Green Blue C M Y K H S L
Decimal 224 7 47 0 0.97 0.79 0.12 348.94 0.94 0.45
Hex E0 7 2F 0 61 4F C 15D 5E 2D
Octal 340 7 57 0 141 117 14 535 136 55
Binary 11100000 111 101111 0 1100001 1001111 1100 101011101 1011110 101101

Color Harmonies of #E0072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0072F

Black with #E0072F

Text Example


Text Example

White with #E0072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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