Html Css Color HEX #E60222 Fire Engine Red

📋 copy color: '#E60222'

red 230 ◦ green 2 ◦ blue 34

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

Shades of Fire Engine Red #E60222

Tints of Fire Engine Red #E60222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 86.47%
G = 0.75%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E60222 (or 0xE60222) is known color: Fire Engine Red. HEX triplet: E6, 02 and 22. RGB value is (230,2,34). Sum of RGB (Red+Green+Blue) = 230+2+34=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E60222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60222 is #19FDDD. Grayscale: #494949. Windows color (decimal): -1703390 or 2228966. OLE color: 2228966.

HSL color Cylindrical-coordinate representation of color #E60222: hue angle of 351.58º 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 #E60222 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 34 -
CMYK 0 0.99 0.85 0.10
HSL 351.58º 0.98% 0.45% -
HSV(B) 351.58º 0.99% 0.9% -
XYZ 32.94 16.98 3.05 -
YUV 73.82 105.54 239.4 -
System Red Green Blue C M Y K H S L
Decimal 230 2 34 0 0.99 0.85 0.10 351.58 0.98 0.45
Hex E6 2 22 0 63 55 A 160 62 2D
Octal 346 2 42 0 143 125 12 540 142 55
Binary 11100110 10 100010 0 1100011 1010101 1010 101100000 1100010 101101

Color Harmonies of #E60222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60222

Black with #E60222

Text Example


Text Example

White with #E60222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60222; }

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

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

background-color css

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

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

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

border-color css

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

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

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