Html Css Color HEX #E30042 Crimson

📋 copy color: '#E30042'

red 227 ◦ green 0 ◦ blue 66

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

Shades of Crimson #E30042

Tints of Crimson #E30042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.47%
G = 0%
B = 22.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E30042 (or 0xE30042) is known color: Crimson. HEX triplet: E3, 00 and 42. RGB value is (227,0,66). Sum of RGB (Red+Green+Blue) = 227+0+66=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E30042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30042 is #1CFFBD. Grayscale: #4B4B4B. Windows color (decimal): -1900478 or 4325603. OLE color: 4325603.

HSL color Cylindrical-coordinate representation of color #E30042: hue angle of 342.56º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30042 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 0 66 -
CMYK 0 1 0.71 0.11
HSL 342.56º 1% 0.45% -
HSV(B) 342.56º 1% 0.89% -
XYZ 32.66 16.72 6.66 -
YUV 75.4 122.71 236.13 -
System Red Green Blue C M Y K H S L
Decimal 227 0 66 0 1 0.71 0.11 342.56 1 0.45
Hex E3 0 42 0 64 47 B 157 64 2D
Octal 343 0 102 0 144 107 13 527 144 55
Binary 11100011 0 1000010 0 1100100 1000111 1011 101010111 1100100 101101

Color Harmonies of #E30042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30042

Black with #E30042

Text Example


Text Example

White with #E30042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30042; }

 p { color: rgb(227,0,66); }

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

background-color css

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

 a { background-color: rgb(227,0,66); }

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

border-color css

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

 span { border-color: rgb(227,0,66); }

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