Html Css Color HEX #E30345 Crimson

📋 copy color: '#E30345'

red 227 ◦ green 3 ◦ blue 69

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

Shades of Crimson #E30345

Tints of Crimson #E30345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 75.92%
G = 1%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E30345 (or 0xE30345) is known color: Crimson. HEX triplet: E3, 03 and 45. RGB value is (227,3,69). Sum of RGB (Red+Green+Blue) = 227+3+69=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E30345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30345 is #1CFCBA. Grayscale: #4D4D4D. Windows color (decimal): -1899707 or 4522979. OLE color: 4522979.

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

Color convert

RGB 227 3 69 -
CMYK 0 0.99 0.70 0.11
HSL 342.32º 0.97% 0.45% -
HSV(B) 342.32º 0.99% 0.89% -
XYZ 32.79 16.83 7.15 -
YUV 77.5 123.21 234.63 -
System Red Green Blue C M Y K H S L
Decimal 227 3 69 0 0.99 0.70 0.11 342.32 0.97 0.45
Hex E3 3 45 0 63 46 B 156 61 2D
Octal 343 3 105 0 143 106 13 526 141 55
Binary 11100011 11 1000101 0 1100011 1000110 1011 101010110 1100001 101101

Color Harmonies of #E30345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30345

Black with #E30345

Text Example


Text Example

White with #E30345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30345; }

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

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

background-color css

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

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

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

border-color css

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

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

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