Html Css Color HEX #E70C00 Red

📋 copy color: '#E70C00'

red 231 ◦ green 12 ◦ blue 0

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

Shades of Red #E70C00

Tints of Red #E70C00

RGB

 RED value IS 231 (90.63% from 255) = 95.06%

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

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

R = 95.06%
G = 4.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E70C00 (or 0xE70C00) is known color: Red. HEX triplet: E7, 0C and 00. RGB value is (231,12,0). Sum of RGB (Red+Green+Blue) = 231+12+0=243 (32% of max value = 765). Red value is 231 (90.62% from 255 or 95.06% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C00 is #18F3FF. Grayscale: #4C4C4C. Windows color (decimal): -1635328 or 3303. OLE color: 3303.

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

Color convert

RGB 231 12 0 -
CMYK 0 0.95 1 0.09
HSL 3.12º 1% 0.45% -
HSV(B) 3.12º 1% 0.91% -
XYZ 33.09 17.25 1.59 -
YUV 76.11 85.05 238.48 -
System Red Green Blue C M Y K H S L
Decimal 231 12 0 0 0.95 1 0.09 3.12 1 0.45
Hex E7 C 0 0 5F 64 9 3 64 2D
Octal 347 14 0 0 137 144 11 3 144 55
Binary 11100111 1100 0 0 1011111 1100100 1001 11 1100100 101101

Color Harmonies of #E70C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C00

Black with #E70C00

Text Example


Text Example

White with #E70C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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