Html Css Color HEX #E6061C Fire Engine Red

📋 copy color: '#E6061C'

red 230 ◦ green 6 ◦ blue 28

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

Shades of Fire Engine Red #E6061C

Tints of Fire Engine Red #E6061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.27%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 87.12%
G = 2.27%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6061C (or 0xE6061C) is known color: Fire Engine Red. HEX triplet: E6, 06 and 1C. RGB value is (230,6,28). Sum of RGB (Red+Green+Blue) = 230+6+28=264 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.12% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 230 - color contains mainly: red. Hex color #E6061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6061C is #19F9E3. Grayscale: #4B4B4B. Windows color (decimal): -1702372 or 1836774. OLE color: 1836774.

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

Color convert

RGB 230 6 28 -
CMYK 0 0.97 0.88 0.10
HSL 354.11º 0.95% 0.46% -
HSV(B) 354.11º 0.97% 0.9% -
XYZ 32.91 17.04 2.65 -
YUV 75.48 101.21 238.21 -
System Red Green Blue C M Y K H S L
Decimal 230 6 28 0 0.97 0.88 0.10 354.11 0.95 0.46
Hex E6 6 1C 0 61 58 A 162 5F 2E
Octal 346 6 34 0 141 130 12 542 137 56
Binary 11100110 110 11100 0 1100001 1011000 1010 101100010 1011111 101110

Color Harmonies of #E6061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6061C

Black with #E6061C

Text Example


Text Example

White with #E6061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6061C; }

 p { color: rgb(230,6,28); }

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

background-color css

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

 a { background-color: rgb(230,6,28); }

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

border-color css

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

 span { border-color: rgb(230,6,28); }

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