Html Css Color HEX #E30128 Crimson

📋 copy color: '#E30128'

red 227 ◦ green 1 ◦ blue 40

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

Shades of Crimson #E30128

Tints of Crimson #E30128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 84.7%
G = 0.37%
B = 14.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E30128 (or 0xE30128) is known color: Crimson. HEX triplet: E3, 01 and 28. RGB value is (227,1,40). Sum of RGB (Red+Green+Blue) = 227+1+40=268 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.70% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 227 - color contains mainly: red. Hex color #E30128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30128 is #1CFED7. Grayscale: #494949. Windows color (decimal): -1900248 or 2621923. OLE color: 2621923.

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

Color convert

RGB 227 1 40 -
CMYK 0 1.00 0.82 0.11
HSL 349.65º 0.99% 0.45% -
HSV(B) 349.65º 1% 0.89% -
XYZ 32.07 16.51 3.5 -
YUV 73.02 109.37 237.83 -
System Red Green Blue C M Y K H S L
Decimal 227 1 40 0 1.00 0.82 0.11 349.65 0.99 0.45
Hex E3 1 28 0 64 52 B 15E 63 2D
Octal 343 1 50 0 144 122 13 536 143 55
Binary 11100011 1 101000 0 1100100 1010010 1011 101011110 1100011 101101

Color Harmonies of #E30128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30128

Black with #E30128

Text Example


Text Example

White with #E30128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30128; }

 p { color: rgb(227,1,40); }

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

background-color css

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

 a { background-color: rgb(227,1,40); }

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

border-color css

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

 span { border-color: rgb(227,1,40); }

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