Html Css Color HEX #E70A27 Crimson

📋 copy color: '#E70A27'

red 231 ◦ green 10 ◦ blue 39

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

Shades of Crimson #E70A27

Tints of Crimson #E70A27

RGB

 RED value IS 231 (90.63% from 255) = 82.5%

 GREEN value IS 10 (4.3% from 255) = 3.57%

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 82.5%
G = 3.57%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E70A27 (or 0xE70A27) is known color: Crimson. HEX triplet: E7, 0A and 27. RGB value is (231,10,39). Sum of RGB (Red+Green+Blue) = 231+10+39=280 (37% of max value = 765). Red value is 231 (90.62% from 255 or 82.5% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A27 is #18F5D8. Grayscale: #4F4F4F. Windows color (decimal): -1635801 or 2558695. OLE color: 2558695.

HSL color Cylindrical-coordinate representation of color #E70A27: hue angle of 352.13º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70A27 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 10 39 -
CMYK 0 0.96 0.83 0.09
HSL 352.13º 0.92% 0.47% -
HSV(B) 352.13º 0.96% 0.91% -
XYZ 33.43 17.35 3.51 -
YUV 79.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 231 10 39 0 0.96 0.83 0.09 352.13 0.92 0.47
Hex E7 A 27 0 60 53 9 160 5C 2F
Octal 347 12 47 0 140 123 11 540 134 57
Binary 11100111 1010 100111 0 1100000 1010011 1001 101100000 1011100 101111

Color Harmonies of #E70A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A27

Black with #E70A27

Text Example


Text Example

White with #E70A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A27; }

 p { color: rgb(231,10,39); }

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

background-color css

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

 a { background-color: rgb(231,10,39); }

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

border-color css

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

 span { border-color: rgb(231,10,39); }

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