Html Css Color HEX #E30D25 Fire Engine Red

📋 copy color: '#E30D25'

red 227 ◦ green 13 ◦ blue 37

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

Shades of Fire Engine Red #E30D25

Tints of Fire Engine Red #E30D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 81.95%
G = 4.69%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E30D25 (or 0xE30D25) is known color: Fire Engine Red. HEX triplet: E3, 0D and 25. RGB value is (227,13,37). Sum of RGB (Red+Green+Blue) = 227+13+37=277 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.95% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30D25 is #1CF2DA. Grayscale: #4F4F4F. Windows color (decimal): -1897179 or 2428387. OLE color: 2428387.

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

Color convert

RGB 227 13 37 -
CMYK 0 0.94 0.84 0.11
HSL 353.27º 0.89% 0.47% -
HSV(B) 353.27º 0.94% 0.89% -
XYZ 32.16 16.75 3.29 -
YUV 79.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 227 13 37 0 0.94 0.84 0.11 353.27 0.89 0.47
Hex E3 D 25 0 5E 54 B 161 59 2F
Octal 343 15 45 0 136 124 13 541 131 57
Binary 11100011 1101 100101 0 1011110 1010100 1011 101100001 1011001 101111

Color Harmonies of #E30D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30D25

Black with #E30D25

Text Example


Text Example

White with #E30D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30D25; }

 p { color: rgb(227,13,37); }

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

background-color css

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

 a { background-color: rgb(227,13,37); }

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

border-color css

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

 span { border-color: rgb(227,13,37); }

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