Html Css Color HEX #E61C1D Fire Engine Red

📋 copy color: '#E61C1D'

red 230 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #E61C1D

Tints of Fire Engine Red #E61C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.76%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 80.14%
G = 9.76%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E61C1D (or 0xE61C1D) is known color: Fire Engine Red. HEX triplet: E6, 1C and 1D. RGB value is (230,28,29). Sum of RGB (Red+Green+Blue) = 230+28+29=287 (38% of max value = 765). Red value is 230 (90.23% from 255 or 80.14% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C1D is #19E3E2. Grayscale: #585858. Windows color (decimal): -1696739 or 1907942. OLE color: 1907942.

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

Color convert

RGB 230 28 29 -
CMYK 0 0.88 0.87 0.10
HSL 359.7º 0.8% 0.51% -
HSV(B) 359.7º 0.88% 0.9% -
XYZ 33.27 17.74 2.83 -
YUV 88.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 230 28 29 0 0.88 0.87 0.10 359.7 0.8 0.51
Hex E6 1C 1D 0 58 57 A 168 50 33
Octal 346 34 35 0 130 127 12 550 120 63
Binary 11100110 11100 11101 0 1011000 1010111 1010 101101000 1010000 110011

Color Harmonies of #E61C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C1D

Black with #E61C1D

Text Example


Text Example

White with #E61C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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