Html Css Color HEX #E60A1B Fire Engine Red

📋 copy color: '#E60A1B'

red 230 ◦ green 10 ◦ blue 27

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

Shades of Fire Engine Red #E60A1B

Tints of Fire Engine Red #E60A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.75%

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 86.14%
G = 3.75%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E60A1B (or 0xE60A1B) is known color: Fire Engine Red. HEX triplet: E6, 0A and 1B. RGB value is (230,10,27). Sum of RGB (Red+Green+Blue) = 230+10+27=267 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.14% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60A1B is #19F5E4. Grayscale: #4D4D4D. Windows color (decimal): -1701349 or 1772262. OLE color: 1772262.

HSL color Cylindrical-coordinate representation of color #E60A1B: hue angle of 355.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A1B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 10 27 -
CMYK 0 0.96 0.88 0.10
HSL 355.36º 0.92% 0.47% -
HSV(B) 355.36º 0.96% 0.9% -
XYZ 32.94 17.12 2.61 -
YUV 77.72 99.39 236.62 -
System Red Green Blue C M Y K H S L
Decimal 230 10 27 0 0.96 0.88 0.10 355.36 0.92 0.47
Hex E6 A 1B 0 60 58 A 163 5C 2F
Octal 346 12 33 0 140 130 12 543 134 57
Binary 11100110 1010 11011 0 1100000 1011000 1010 101100011 1011100 101111

Color Harmonies of #E60A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A1B

Black with #E60A1B

Text Example


Text Example

White with #E60A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A1B; }

 p { color: rgb(230,10,27); }

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

background-color css

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

 a { background-color: rgb(230,10,27); }

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

border-color css

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

 span { border-color: rgb(230,10,27); }

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