Html Css Color HEX #E70442 Crimson

📋 copy color: '#E70442'

red 231 ◦ green 4 ◦ blue 66

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

Shades of Crimson #E70442

Tints of Crimson #E70442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 76.74%
G = 1.33%
B = 21.93%

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

#E70442 (or 0xE70442) is known color: Crimson. HEX triplet: E7, 04 and 42. RGB value is (231,4,66). Sum of RGB (Red+Green+Blue) = 231+4+66=301 (39% of max value = 765). Red value is 231 (90.62% from 255 or 76.74% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 231 - color contains mainly: red. Hex color #E70442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70442 is #18FBBD. Grayscale: #4E4E4E. Windows color (decimal): -1637310 or 4326631. OLE color: 4326631.

HSL color Cylindrical-coordinate representation of color #E70442: hue angle of 343.61º degrees, saturation: 0.97, 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 #E70442 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 4 66 -
CMYK 0 0.98 0.71 0.09
HSL 343.61º 0.97% 0.46% -
HSV(B) 343.61º 0.98% 0.91% -
XYZ 33.98 17.47 6.74 -
YUV 78.94 120.71 236.46 -
System Red Green Blue C M Y K H S L
Decimal 231 4 66 0 0.98 0.71 0.09 343.61 0.97 0.46
Hex E7 4 42 0 62 47 9 158 61 2E
Octal 347 4 102 0 142 107 11 530 141 56
Binary 11100111 100 1000010 0 1100010 1000111 1001 101011000 1100001 101110

Color Harmonies of #E70442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70442

Black with #E70442

Text Example


Text Example

White with #E70442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70442; }

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

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

background-color css

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

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

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

border-color css

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

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

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