Html Css Color HEX #E60345 Crimson

📋 copy color: '#E60345'

red 230 ◦ green 3 ◦ blue 69

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

Shades of Crimson #E60345

Tints of Crimson #E60345

RGB

 RED value IS 230 (90.23% from 255) = 76.16%

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

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

R = 76.16%
G = 0.99%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E60345 (or 0xE60345) is known color: Crimson. HEX triplet: E6, 03 and 45. RGB value is (230,3,69). Sum of RGB (Red+Green+Blue) = 230+3+69=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E60345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60345 is #19FCBA. Grayscale: #4E4E4E. Windows color (decimal): -1703099 or 4522982. OLE color: 4522982.

HSL color Cylindrical-coordinate representation of color #E60345: hue angle of 342.56º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60345 is Cyan = 0, Magento = 0.99, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 3 69 -
CMYK 0 0.99 0.7 0.10
HSL 342.56º 0.97% 0.46% -
HSV(B) 342.56º 0.99% 0.9% -
XYZ 33.74 17.32 7.19 -
YUV 78.4 122.71 236.13 -
System Red Green Blue C M Y K H S L
Decimal 230 3 69 0 0.99 0.7 0.10 342.56 0.97 0.46
Hex E6 3 45 0 63 46 A 157 61 2E
Octal 346 3 105 0 143 106 12 527 141 56
Binary 11100110 11 1000101 0 1100011 1000110 1010 101010111 1100001 101110

Color Harmonies of #E60345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60345

Black with #E60345

Text Example


Text Example

White with #E60345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60345; }

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

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

background-color css

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

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

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

border-color css

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

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

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