Html Css Color HEX #E00706 Red

📋 copy color: '#E00706'

red 224 ◦ green 7 ◦ blue 6

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

Shades of Red #E00706

Tints of Red #E00706

RGB

 RED value IS 224 (87.89% from 255) = 94.51%

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

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

R = 94.51%
G = 2.95%
B = 2.53%

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

#E00706 (or 0xE00706) is known color: Red. HEX triplet: E0, 07 and 06. RGB value is (224,7,6). Sum of RGB (Red+Green+Blue) = 224+7+6=237 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.51% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 224 - color contains mainly: red. Hex color #E00706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00706 is #1FF8F9. Grayscale: #474747. Windows color (decimal): -2095354 or 395232. OLE color: 395232.

HSL color Cylindrical-coordinate representation of color #E00706: hue angle of 0.28º 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 #E00706 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 6 -
CMYK 0 0.97 0.97 0.12
HSL 0.28º 0.95% 0.45% -
HSV(B) 0.28º 0.97% 0.88% -
XYZ 30.85 16.01 1.64 -
YUV 71.77 90.89 236.58 -
System Red Green Blue C M Y K H S L
Decimal 224 7 6 0 0.97 0.97 0.12 0.28 0.95 0.45
Hex E0 7 6 0 61 61 C 0 5F 2D
Octal 340 7 6 0 141 141 14 0 137 55
Binary 11100000 111 110 0 1100001 1100001 1100 0 1011111 101101

Color Harmonies of #E00706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00706

Black with #E00706

Text Example


Text Example

White with #E00706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00706; }

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

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

background-color css

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

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

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

border-color css

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

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

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