Html Css Color HEX #E60445 Crimson

📋 copy color: '#E60445'

red 230 ◦ green 4 ◦ blue 69

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

Shades of Crimson #E60445

Tints of Crimson #E60445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 75.91%
G = 1.32%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E60445 (or 0xE60445) is known color: Crimson. HEX triplet: E6, 04 and 45. RGB value is (230,4,69). Sum of RGB (Red+Green+Blue) = 230+4+69=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E60445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60445 is #19FBBA. Grayscale: #4E4E4E. Windows color (decimal): -1702843 or 4523238. OLE color: 4523238.

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

Color convert

RGB 230 4 69 -
CMYK 0 0.98 0.7 0.10
HSL 342.74º 0.97% 0.46% -
HSV(B) 342.74º 0.98% 0.9% -
XYZ 33.75 17.34 7.2 -
YUV 78.98 122.37 235.71 -
System Red Green Blue C M Y K H S L
Decimal 230 4 69 0 0.98 0.7 0.10 342.74 0.97 0.46
Hex E6 4 45 0 62 46 A 157 61 2E
Octal 346 4 105 0 142 106 12 527 141 56
Binary 11100110 100 1000101 0 1100010 1000110 1010 101010111 1100001 101110

Color Harmonies of #E60445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60445

Black with #E60445

Text Example


Text Example

White with #E60445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60445; }

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

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

background-color css

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

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

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

border-color css

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

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

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