Html Css Color HEX #E70542 Crimson

📋 copy color: '#E70542'

red 231 ◦ green 5 ◦ blue 66

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

Shades of Crimson #E70542

Tints of Crimson #E70542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 76.49%
G = 1.66%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E70542 (or 0xE70542) is known color: Crimson. HEX triplet: E7, 05 and 42. RGB value is (231,5,66). Sum of RGB (Red+Green+Blue) = 231+5+66=302 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.49% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 231 - color contains mainly: red. Hex color #E70542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70542 is #18FABD. Grayscale: #4F4F4F. Windows color (decimal): -1637054 or 4326887. OLE color: 4326887.

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

Color convert

RGB 231 5 66 -
CMYK 0 0.98 0.71 0.09
HSL 343.81º 0.96% 0.46% -
HSV(B) 343.81º 0.98% 0.91% -
XYZ 33.99 17.49 6.74 -
YUV 79.53 120.37 236.04 -
System Red Green Blue C M Y K H S L
Decimal 231 5 66 0 0.98 0.71 0.09 343.81 0.96 0.46
Hex E7 5 42 0 62 47 9 158 60 2E
Octal 347 5 102 0 142 107 11 530 140 56
Binary 11100111 101 1000010 0 1100010 1000111 1001 101011000 1100000 101110

Color Harmonies of #E70542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70542

Black with #E70542

Text Example


Text Example

White with #E70542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70542; }

 p { color: rgb(231,5,66); }

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

background-color css

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

 a { background-color: rgb(231,5,66); }

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

border-color css

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

 span { border-color: rgb(231,5,66); }

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