Html Css Color HEX #E30F0C Red

📋 copy color: '#E30F0C'

red 227 ◦ green 15 ◦ blue 12

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

Shades of Red #E30F0C

Tints of Red #E30F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 89.37%
G = 5.91%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E30F0C (or 0xE30F0C) is known color: Red. HEX triplet: E3, 0F and 0C. RGB value is (227,15,12). Sum of RGB (Red+Green+Blue) = 227+15+12=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30F0C is #1CF0F3. Grayscale: #4E4E4E. Windows color (decimal): -1896692 or 790499. OLE color: 790499.

HSL color Cylindrical-coordinate representation of color #E30F0C: hue angle of 0.84º 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 #E30F0C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 15 12 -
CMYK 0 0.93 0.95 0.11
HSL 0.84º 0.9% 0.47% -
HSV(B) 0.84º 0.95% 0.89% -
XYZ 31.92 16.7 1.89 -
YUV 78.05 90.74 234.24 -
System Red Green Blue C M Y K H S L
Decimal 227 15 12 0 0.93 0.95 0.11 0.84 0.9 0.47
Hex E3 F C 0 5D 5F B 1 5A 2F
Octal 343 17 14 0 135 137 13 1 132 57
Binary 11100011 1111 1100 0 1011101 1011111 1011 1 1011010 101111

Color Harmonies of #E30F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30F0C

Black with #E30F0C

Text Example


Text Example

White with #E30F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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