Html Css Color HEX #E10706 Red

📋 copy color: '#E10706'

red 225 ◦ green 7 ◦ blue 6

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

Shades of Red #E10706

Tints of Red #E10706

RGB

 RED value IS 225 (88.28% from 255) = 94.54%

 GREEN value IS 7 (3.13% from 255) = 2.94%

 BLUE value IS 6 (2.73% from 255) = 2.52%

R = 94.54%
G = 2.94%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E10706 (or 0xE10706) is known color: Red. HEX triplet: E1, 07 and 06. RGB value is (225,7,6). Sum of RGB (Red+Green+Blue) = 225+7+6=238 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.54% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 225 - color contains mainly: red. Hex color #E10706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10706 is #1EF8F9. Grayscale: #484848. Windows color (decimal): -2029818 or 395233. OLE color: 395233.

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

Color convert

RGB 225 7 6 -
CMYK 0 0.97 0.97 0.12
HSL 0.27º 0.95% 0.45% -
HSV(B) 0.27º 0.97% 0.88% -
XYZ 31.16 16.17 1.65 -
YUV 72.07 90.72 237.08 -
System Red Green Blue C M Y K H S L
Decimal 225 7 6 0 0.97 0.97 0.12 0.27 0.95 0.45
Hex E1 7 6 0 61 61 C 0 5F 2D
Octal 341 7 6 0 141 141 14 0 137 55
Binary 11100001 111 110 0 1100001 1100001 1100 0 1011111 101101

Color Harmonies of #E10706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10706

Black with #E10706

Text Example


Text Example

White with #E10706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10706; }

 p { color: rgb(225,7,6); }

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

background-color css

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

 a { background-color: rgb(225,7,6); }

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

border-color css

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

 span { border-color: rgb(225,7,6); }

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