Html Css Color HEX #E70C05 Red

📋 copy color: '#E70C05'

red 231 ◦ green 12 ◦ blue 5

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

Shades of Red #E70C05

Tints of Red #E70C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 93.15%
G = 4.84%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E70C05 (or 0xE70C05) is known color: Red. HEX triplet: E7, 0C and 05. RGB value is (231,12,5). Sum of RGB (Red+Green+Blue) = 231+12+5=248 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.15% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70C05 is #18F3FA. Grayscale: #4C4C4C. Windows color (decimal): -1635323 or 330983. OLE color: 330983.

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

Color convert

RGB 231 12 5 -
CMYK 0 0.95 0.98 0.09
HSL 1.86º 0.96% 0.46% -
HSV(B) 1.86º 0.98% 0.91% -
XYZ 33.11 17.26 1.73 -
YUV 76.68 87.55 238.07 -
System Red Green Blue C M Y K H S L
Decimal 231 12 5 0 0.95 0.98 0.09 1.86 0.96 0.46
Hex E7 C 5 0 5F 62 9 2 60 2E
Octal 347 14 5 0 137 142 11 2 140 56
Binary 11100111 1100 101 0 1011111 1100010 1001 10 1100000 101110

Color Harmonies of #E70C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C05

Black with #E70C05

Text Example


Text Example

White with #E70C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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