Html Css Color HEX #E60220 Fire Engine Red

📋 copy color: '#E60220'

red 230 ◦ green 2 ◦ blue 32

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

Shades of Fire Engine Red #E60220

Tints of Fire Engine Red #E60220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 87.12%
G = 0.76%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E60220 (or 0xE60220) is known color: Fire Engine Red. HEX triplet: E6, 02 and 20. RGB value is (230,2,32). Sum of RGB (Red+Green+Blue) = 230+2+32=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E60220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60220 is #19FDDF. Grayscale: #494949. Windows color (decimal): -1703392 or 2097894. OLE color: 2097894.

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

Color convert

RGB 230 2 32 -
CMYK 0 0.99 0.86 0.10
HSL 352.11º 0.98% 0.45% -
HSV(B) 352.11º 0.99% 0.9% -
XYZ 32.92 16.97 2.91 -
YUV 73.59 104.54 239.56 -
System Red Green Blue C M Y K H S L
Decimal 230 2 32 0 0.99 0.86 0.10 352.11 0.98 0.45
Hex E6 2 20 0 63 56 A 160 62 2D
Octal 346 2 40 0 143 126 12 540 142 55
Binary 11100110 10 100000 0 1100011 1010110 1010 101100000 1100010 101101

Color Harmonies of #E60220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60220

Black with #E60220

Text Example


Text Example

White with #E60220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60220; }

 p { color: rgb(230,2,32); }

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

background-color css

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

 a { background-color: rgb(230,2,32); }

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

border-color css

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

 span { border-color: rgb(230,2,32); }

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