Html Css Color HEX #E3072A Crimson

📋 copy color: '#E3072A'

red 227 ◦ green 7 ◦ blue 42

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

Shades of Crimson #E3072A

Tints of Crimson #E3072A

RGB

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

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

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

R = 82.25%
G = 2.54%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3072A (or 0xE3072A) is known color: Crimson. HEX triplet: E3, 07 and 2A. RGB value is (227,7,42). Sum of RGB (Red+Green+Blue) = 227+7+42=276 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.25% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 227 - color contains mainly: red. Hex color #E3072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3072A is #1CF8D5. Grayscale: #4C4C4C. Windows color (decimal): -1898710 or 2754531. OLE color: 2754531.

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

Color convert

RGB 227 7 42 -
CMYK 0 0.97 0.81 0.11
HSL 350.45º 0.94% 0.46% -
HSV(B) 350.45º 0.97% 0.89% -
XYZ 32.17 16.65 3.71 -
YUV 76.77 108.39 235.15 -
System Red Green Blue C M Y K H S L
Decimal 227 7 42 0 0.97 0.81 0.11 350.45 0.94 0.46
Hex E3 7 2A 0 61 51 B 15E 5E 2E
Octal 343 7 52 0 141 121 13 536 136 56
Binary 11100011 111 101010 0 1100001 1010001 1011 101011110 1011110 101110

Color Harmonies of #E3072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3072A

Black with #E3072A

Text Example


Text Example

White with #E3072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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