Html Css Color HEX #E70C0C Red

📋 copy color: '#E70C0C'

red 231 ◦ green 12 ◦ blue 12

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

Shades of Red #E70C0C

Tints of Red #E70C0C

RGB

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

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

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

R = 90.59%
G = 4.71%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E70C0C (or 0xE70C0C) is known color: Red. HEX triplet: E7, 0C and 0C. RGB value is (231,12,12). Sum of RGB (Red+Green+Blue) = 231+12+12=255 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.59% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C0C is #18F3F3. Grayscale: #4D4D4D. Windows color (decimal): -1635316 or 789735. OLE color: 789735.

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

Color convert

RGB 231 12 12 -
CMYK 0 0.95 0.95 0.09
HSL 0.9% 0.48% -
HSV(B) 0.95% 0.91% -
XYZ 33.15 17.28 1.94 -
YUV 77.48 91.05 237.5 -
System Red Green Blue C M Y K H S L
Decimal 231 12 12 0 0.95 0.95 0.09 0 0.9 0.48
Hex E7 C C 0 5F 5F 9 0 5A 30
Octal 347 14 14 0 137 137 11 0 132 60
Binary 11100111 1100 1100 0 1011111 1011111 1001 0 1011010 110000

Color Harmonies of #E70C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C0C

Black with #E70C0C

Text Example


Text Example

White with #E70C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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