Html Css Color HEX #E60145 Crimson

📋 copy color: '#E60145'

red 230 ◦ green 1 ◦ blue 69

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

Shades of Crimson #E60145

Tints of Crimson #E60145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 76.67%
G = 0.33%
B = 23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E60145 (or 0xE60145) is known color: Crimson. HEX triplet: E6, 01 and 45. RGB value is (230,1,69). Sum of RGB (Red+Green+Blue) = 230+1+69=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E60145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60145 is #19FEBA. Grayscale: #4D4D4D. Windows color (decimal): -1703611 or 4522470. OLE color: 4522470.

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

Color convert

RGB 230 1 69 -
CMYK 0 1.00 0.7 0.10
HSL 342.18º 0.99% 0.45% -
HSV(B) 342.18º 1% 0.9% -
XYZ 33.72 17.27 7.19 -
YUV 77.22 123.37 236.97 -
System Red Green Blue C M Y K H S L
Decimal 230 1 69 0 1.00 0.7 0.10 342.18 0.99 0.45
Hex E6 1 45 0 64 46 A 156 63 2D
Octal 346 1 105 0 144 106 12 526 143 55
Binary 11100110 1 1000101 0 1100100 1000110 1010 101010110 1100011 101101

Color Harmonies of #E60145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60145

Black with #E60145

Text Example


Text Example

White with #E60145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60145; }

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

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

background-color css

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

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

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

border-color css

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

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

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