Html Css Color HEX #E30035 Crimson

📋 copy color: '#E30035'

red 227 ◦ green 0 ◦ blue 53

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

Shades of Crimson #E30035

Tints of Crimson #E30035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 81.07%
G = 0%
B = 18.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E30035 (or 0xE30035) is known color: Crimson. HEX triplet: E3, 00 and 35. RGB value is (227,0,53). Sum of RGB (Red+Green+Blue) = 227+0+53=280 (37% of max value = 765). Red value is 227 (89.06% from 255 or 81.07% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 227 - color contains mainly: red. Hex color #E30035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30035 is #1CFFCA. Grayscale: #494949. Windows color (decimal): -1900491 or 3473635. OLE color: 3473635.

HSL color Cylindrical-coordinate representation of color #E30035: hue angle of 345.99º 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 #E30035 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 0 53 -
CMYK 0 1 0.77 0.11
HSL 345.99º 1% 0.45% -
HSV(B) 345.99º 1% 0.89% -
XYZ 32.32 16.59 4.87 -
YUV 73.92 116.21 237.19 -
System Red Green Blue C M Y K H S L
Decimal 227 0 53 0 1 0.77 0.11 345.99 1 0.45
Hex E3 0 35 0 64 4D B 15A 64 2D
Octal 343 0 65 0 144 115 13 532 144 55
Binary 11100011 0 110101 0 1100100 1001101 1011 101011010 1100100 101101

Color Harmonies of #E30035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30035

Black with #E30035

Text Example


Text Example

White with #E30035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30035; }

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

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

background-color css

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

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

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

border-color css

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

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

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