Html Css Color HEX #E30E43 Crimson

📋 copy color: '#E30E43'

red 227 ◦ green 14 ◦ blue 67

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

Shades of Crimson #E30E43

Tints of Crimson #E30E43

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.55%

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 73.7%
G = 4.55%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E30E43 (or 0xE30E43) is known color: Crimson. HEX triplet: E3, 0E and 43. RGB value is (227,14,67). Sum of RGB (Red+Green+Blue) = 227+14+67=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E43 is #1CF1BC. Grayscale: #535353. Windows color (decimal): -1896893 or 4394723. OLE color: 4394723.

HSL color Cylindrical-coordinate representation of color #E30E43: hue angle of 345.07º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30E43 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 14 67 -
CMYK 0 0.94 0.70 0.11
HSL 345.07º 0.88% 0.47% -
HSV(B) 345.07º 0.94% 0.89% -
XYZ 32.85 17.05 6.87 -
YUV 83.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 227 14 67 0 0.94 0.70 0.11 345.07 0.88 0.47
Hex E3 E 43 0 5E 46 B 159 58 2F
Octal 343 16 103 0 136 106 13 531 130 57
Binary 11100011 1110 1000011 0 1011110 1000110 1011 101011001 1011000 101111

Color Harmonies of #E30E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30E43

Black with #E30E43

Text Example


Text Example

White with #E30E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30E43; }

 p { color: rgb(227,14,67); }

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

background-color css

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

 a { background-color: rgb(227,14,67); }

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

border-color css

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

 span { border-color: rgb(227,14,67); }

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