Html Css Color HEX #E60322 Fire Engine Red

📋 copy color: '#E60322'

red 230 ◦ green 3 ◦ blue 34

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

Shades of Fire Engine Red #E60322

Tints of Fire Engine Red #E60322

RGB

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

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

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

R = 86.14%
G = 1.12%
B = 12.73%

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

#E60322 (or 0xE60322) is known color: Fire Engine Red. HEX triplet: E6, 03 and 22. RGB value is (230,3,34). Sum of RGB (Red+Green+Blue) = 230+3+34=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E60322 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60322 is #19FCDD. Grayscale: #4A4A4A. Windows color (decimal): -1703134 or 2229222. OLE color: 2229222.

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

Color convert

RGB 230 3 34 -
CMYK 0 0.99 0.85 0.10
HSL 351.81º 0.97% 0.46% -
HSV(B) 351.81º 0.99% 0.9% -
XYZ 32.95 17 3.06 -
YUV 74.41 105.21 238.98 -
System Red Green Blue C M Y K H S L
Decimal 230 3 34 0 0.99 0.85 0.10 351.81 0.97 0.46
Hex E6 3 22 0 63 55 A 160 61 2E
Octal 346 3 42 0 143 125 12 540 141 56
Binary 11100110 11 100010 0 1100011 1010101 1010 101100000 1100001 101110

Color Harmonies of #E60322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60322

Black with #E60322

Text Example


Text Example

White with #E60322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60322; }

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

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

background-color css

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

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

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

border-color css

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

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

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