Html Css Color HEX #E30526 Crimson

📋 copy color: '#E30526'

red 227 ◦ green 5 ◦ blue 38

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

Shades of Crimson #E30526

Tints of Crimson #E30526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 84.07%
G = 1.85%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E30526 (or 0xE30526) is known color: Crimson. HEX triplet: E3, 05 and 26. RGB value is (227,5,38). Sum of RGB (Red+Green+Blue) = 227+5+38=270 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.07% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 227 - color contains mainly: red. Hex color #E30526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30526 is #1CFAD9. Grayscale: #4B4B4B. Windows color (decimal): -1899226 or 2491875. OLE color: 2491875.

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

Color convert

RGB 227 5 38 -
CMYK 0 0.98 0.83 0.11
HSL 351.08º 0.96% 0.45% -
HSV(B) 351.08º 0.98% 0.89% -
XYZ 32.08 16.58 3.34 -
YUV 75.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 227 5 38 0 0.98 0.83 0.11 351.08 0.96 0.45
Hex E3 5 26 0 62 53 B 15F 60 2D
Octal 343 5 46 0 142 123 13 537 140 55
Binary 11100011 101 100110 0 1100010 1010011 1011 101011111 1100000 101101

Color Harmonies of #E30526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30526

Black with #E30526

Text Example


Text Example

White with #E30526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30526; }

 p { color: rgb(227,5,38); }

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

background-color css

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

 a { background-color: rgb(227,5,38); }

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

border-color css

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

 span { border-color: rgb(227,5,38); }

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