Html Css Color HEX #E30C1B Fire Engine Red

📋 copy color: '#E30C1B'

red 227 ◦ green 12 ◦ blue 27

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

Shades of Fire Engine Red #E30C1B

Tints of Fire Engine Red #E30C1B

RGB

 RED value IS 227 (89.06% from 255) = 85.34%

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

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

R = 85.34%
G = 4.51%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E30C1B (or 0xE30C1B) is known color: Fire Engine Red. HEX triplet: E3, 0C and 1B. RGB value is (227,12,27). Sum of RGB (Red+Green+Blue) = 227+12+27=266 (35% of max value = 765). Red value is 227 (89.06% from 255 or 85.34% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30C1B is #1CF3E4. Grayscale: #4E4E4E. Windows color (decimal): -1897445 or 1772771. OLE color: 1772771.

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

Color convert

RGB 227 12 27 -
CMYK 0 0.95 0.88 0.11
HSL 355.81º 0.9% 0.47% -
HSV(B) 355.81º 0.95% 0.89% -
XYZ 32.01 16.67 2.57 -
YUV 78 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 227 12 27 0 0.95 0.88 0.11 355.81 0.9 0.47
Hex E3 C 1B 0 5F 58 B 164 5A 2F
Octal 343 14 33 0 137 130 13 544 132 57
Binary 11100011 1100 11011 0 1011111 1011000 1011 101100100 1011010 101111

Color Harmonies of #E30C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30C1B

Black with #E30C1B

Text Example


Text Example

White with #E30C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30C1B; }

 p { color: rgb(227,12,27); }

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

background-color css

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

 a { background-color: rgb(227,12,27); }

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

border-color css

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

 span { border-color: rgb(227,12,27); }

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