Html Css Color HEX #E70342 Crimson

📋 copy color: '#E70342'

red 231 ◦ green 3 ◦ blue 66

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

Shades of Crimson #E70342

Tints of Crimson #E70342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 77%
G = 1%
B = 22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E70342 (or 0xE70342) is known color: Crimson. HEX triplet: E7, 03 and 42. RGB value is (231,3,66). Sum of RGB (Red+Green+Blue) = 231+3+66=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E70342 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70342 is #18FCBD. Grayscale: #4E4E4E. Windows color (decimal): -1637566 or 4326375. OLE color: 4326375.

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

Color convert

RGB 231 3 66 -
CMYK 0 0.99 0.71 0.09
HSL 343.42º 0.97% 0.46% -
HSV(B) 343.42º 0.99% 0.91% -
XYZ 33.97 17.45 6.73 -
YUV 78.35 121.04 236.88 -
System Red Green Blue C M Y K H S L
Decimal 231 3 66 0 0.99 0.71 0.09 343.42 0.97 0.46
Hex E7 3 42 0 63 47 9 157 61 2E
Octal 347 3 102 0 143 107 11 527 141 56
Binary 11100111 11 1000010 0 1100011 1000111 1001 101010111 1100001 101110

Color Harmonies of #E70342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70342

Black with #E70342

Text Example


Text Example

White with #E70342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70342; }

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

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

background-color css

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

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

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

border-color css

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

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

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