Html Css Color HEX #E30C00 Red

📋 copy color: '#E30C00'

red 227 ◦ green 12 ◦ blue 0

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

Shades of Red #E30C00

Tints of Red #E30C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.98%
G = 5.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E30C00 (or 0xE30C00) is known color: Red. HEX triplet: E3, 0C and 00. RGB value is (227,12,0). Sum of RGB (Red+Green+Blue) = 227+12+0=239 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.98% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30C00 is #1CF3FF. Grayscale: #4B4B4B. Windows color (decimal): -1897472 or 3299. OLE color: 3299.

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

Color convert

RGB 227 12 0 -
CMYK 0 0.95 1 0.11
HSL 3.17º 1% 0.45% -
HSV(B) 3.17º 1% 0.89% -
XYZ 31.81 16.59 1.53 -
YUV 74.92 85.73 236.48 -
System Red Green Blue C M Y K H S L
Decimal 227 12 0 0 0.95 1 0.11 3.17 1 0.45
Hex E3 C 0 0 5F 64 B 3 64 2D
Octal 343 14 0 0 137 144 13 3 144 55
Binary 11100011 1100 0 0 1011111 1100100 1011 11 1100100 101101

Color Harmonies of #E30C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30C00

Black with #E30C00

Text Example


Text Example

White with #E30C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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