Html Css Color HEX #E30045 Crimson

📋 copy color: '#E30045'

red 227 ◦ green 0 ◦ blue 69

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

Shades of Crimson #E30045

Tints of Crimson #E30045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 76.69%
G = 0%
B = 23.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E30045 (or 0xE30045) is known color: Crimson. HEX triplet: E3, 00 and 45. RGB value is (227,0,69). Sum of RGB (Red+Green+Blue) = 227+0+69=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E30045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30045 is #1CFFBA. Grayscale: #4B4B4B. Windows color (decimal): -1900475 or 4522211. OLE color: 4522211.

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

Color convert

RGB 227 0 69 -
CMYK 0 1 0.70 0.11
HSL 341.76º 1% 0.45% -
HSV(B) 341.76º 1% 0.89% -
XYZ 32.75 16.76 7.14 -
YUV 75.74 124.21 235.89 -
System Red Green Blue C M Y K H S L
Decimal 227 0 69 0 1 0.70 0.11 341.76 1 0.45
Hex E3 0 45 0 64 46 B 156 64 2D
Octal 343 0 105 0 144 106 13 526 144 55
Binary 11100011 0 1000101 0 1100100 1000110 1011 101010110 1100100 101101

Color Harmonies of #E30045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30045

Black with #E30045

Text Example


Text Example

White with #E30045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30045; }

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

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

background-color css

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

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

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

border-color css

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

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

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