Html Css Color HEX #E60C1A Fire Engine Red

📋 copy color: '#E60C1A'

red 230 ◦ green 12 ◦ blue 26

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

Shades of Fire Engine Red #E60C1A

Tints of Fire Engine Red #E60C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.48%

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 85.82%
G = 4.48%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E60C1A (or 0xE60C1A) is known color: Fire Engine Red. HEX triplet: E6, 0C and 1A. RGB value is (230,12,26). Sum of RGB (Red+Green+Blue) = 230+12+26=268 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.82% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C1A is #19F3E5. Grayscale: #4E4E4E. Windows color (decimal): -1700838 or 1707238. OLE color: 1707238.

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

Color convert

RGB 230 12 26 -
CMYK 0 0.95 0.89 0.10
HSL 356.15º 0.9% 0.47% -
HSV(B) 356.15º 0.95% 0.9% -
XYZ 32.95 17.16 2.55 -
YUV 78.78 98.22 235.86 -
System Red Green Blue C M Y K H S L
Decimal 230 12 26 0 0.95 0.89 0.10 356.15 0.9 0.47
Hex E6 C 1A 0 5F 59 A 164 5A 2F
Octal 346 14 32 0 137 131 12 544 132 57
Binary 11100110 1100 11010 0 1011111 1011001 1010 101100100 1011010 101111

Color Harmonies of #E60C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C1A

Black with #E60C1A

Text Example


Text Example

White with #E60C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C1A; }

 p { color: rgb(230,12,26); }

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

background-color css

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

 a { background-color: rgb(230,12,26); }

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

border-color css

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

 span { border-color: rgb(230,12,26); }

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