Html Css Color HEX #E60320 Fire Engine Red

📋 copy color: '#E60320'

red 230 ◦ green 3 ◦ blue 32

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

Shades of Fire Engine Red #E60320

Tints of Fire Engine Red #E60320

RGB

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

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

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

R = 86.79%
G = 1.13%
B = 12.08%

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

#E60320 (or 0xE60320) is known color: Fire Engine Red. HEX triplet: E6, 03 and 20. RGB value is (230,3,32). Sum of RGB (Red+Green+Blue) = 230+3+32=265 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.79% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 230 - color contains mainly: red. Hex color #E60320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60320 is #19FCDF. Grayscale: #4A4A4A. Windows color (decimal): -1703136 or 2098150. OLE color: 2098150.

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

Color convert

RGB 230 3 32 -
CMYK 0 0.99 0.86 0.10
HSL 352.33º 0.97% 0.46% -
HSV(B) 352.33º 0.99% 0.9% -
XYZ 32.93 16.99 2.91 -
YUV 74.18 104.21 239.14 -
System Red Green Blue C M Y K H S L
Decimal 230 3 32 0 0.99 0.86 0.10 352.33 0.97 0.46
Hex E6 3 20 0 63 56 A 160 61 2E
Octal 346 3 40 0 143 126 12 540 141 56
Binary 11100110 11 100000 0 1100011 1010110 1010 101100000 1100001 101110

Color Harmonies of #E60320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60320

Black with #E60320

Text Example


Text Example

White with #E60320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60320; }

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

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

background-color css

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

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

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

border-color css

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

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

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