Html Css Color HEX #E7380C Orange Red

📋 copy color: '#E7380C'

red 231 ◦ green 56 ◦ blue 12

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

Shades of Orange Red #E7380C

Tints of Orange Red #E7380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.73%

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

R = 77.26%
G = 18.73%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7380C (or 0xE7380C) is known color: Orange Red. HEX triplet: E7, 38 and 0C. RGB value is (231,56,12). Sum of RGB (Red+Green+Blue) = 231+56+12=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E7380C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7380C is #18C7F3. Grayscale: #676767. Windows color (decimal): -1624052 or 800999. OLE color: 800999.

HSL color Cylindrical-coordinate representation of color #E7380C: hue angle of 12.05º 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 #E7380C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 56 12 -
CMYK 0 0.76 0.95 0.09
HSL 12.05º 0.9% 0.48% -
HSV(B) 12.05º 0.95% 0.91% -
XYZ 34.44 19.84 2.36 -
YUV 103.31 76.48 219.08 -
System Red Green Blue C M Y K H S L
Decimal 231 56 12 0 0.76 0.95 0.09 12.05 0.9 0.48
Hex E7 38 C 0 4C 5F 9 C 5A 30
Octal 347 70 14 0 114 137 11 14 132 60
Binary 11100111 111000 1100 0 1001100 1011111 1001 1100 1011010 110000

Color Harmonies of #E7380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7380C

Black with #E7380C

Text Example


Text Example

White with #E7380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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