Html Css Color HEX #E73D0C Orange Red

📋 copy color: '#E73D0C'

red 231 ◦ green 61 ◦ blue 12

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

Shades of Orange Red #E73D0C

Tints of Orange Red #E73D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

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

R = 75.99%
G = 20.07%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E73D0C (or 0xE73D0C) is known color: Orange Red. HEX triplet: E7, 3D and 0C. RGB value is (231,61,12). Sum of RGB (Red+Green+Blue) = 231+61+12=304 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.99% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73D0C is #18C2F3. Grayscale: #6A6A6A. Windows color (decimal): -1622772 or 802279. OLE color: 802279.

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

Color convert

RGB 231 61 12 -
CMYK 0 0.74 0.95 0.09
HSL 13.42º 0.9% 0.48% -
HSV(B) 13.42º 0.95% 0.91% -
XYZ 34.69 20.35 2.45 -
YUV 106.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 231 61 12 0 0.74 0.95 0.09 13.42 0.9 0.48
Hex E7 3D C 0 4A 5F 9 D 5A 30
Octal 347 75 14 0 112 137 11 15 132 60
Binary 11100111 111101 1100 0 1001010 1011111 1001 1101 1011010 110000

Color Harmonies of #E73D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E73D0C

Black with #E73D0C

Text Example


Text Example

White with #E73D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E73D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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