Html Css Color HEX #E70C08 Red

📋 copy color: '#E70C08'

red 231 ◦ green 12 ◦ blue 8

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

Shades of Red #E70C08

Tints of Red #E70C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 92.03%
G = 4.78%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E70C08 (or 0xE70C08) is known color: Red. HEX triplet: E7, 0C and 08. RGB value is (231,12,8). Sum of RGB (Red+Green+Blue) = 231+12+8=251 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.03% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C08 is #18F3F7. Grayscale: #4D4D4D. Windows color (decimal): -1635320 or 527591. OLE color: 527591.

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

Color convert

RGB 231 12 8 -
CMYK 0 0.95 0.97 0.09
HSL 1.08º 0.93% 0.47% -
HSV(B) 1.08º 0.97% 0.91% -
XYZ 33.13 17.27 1.82 -
YUV 77.03 89.05 237.83 -
System Red Green Blue C M Y K H S L
Decimal 231 12 8 0 0.95 0.97 0.09 1.08 0.93 0.47
Hex E7 C 8 0 5F 61 9 1 5D 2F
Octal 347 14 10 0 137 141 11 1 135 57
Binary 11100111 1100 1000 0 1011111 1100001 1001 1 1011101 101111

Color Harmonies of #E70C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C08

Black with #E70C08

Text Example


Text Example

White with #E70C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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