Html Css Color HEX #E93C0C Orange Red

📋 copy color: '#E93C0C'

red 233 ◦ green 60 ◦ blue 12

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

Shades of Orange Red #E93C0C

Tints of Orange Red #E93C0C

RGB

 RED value IS 233 (91.41% from 255) = 76.39%

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 76.39%
G = 19.67%
B = 3.93%

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

#E93C0C (or 0xE93C0C) is known color: Orange Red. HEX triplet: E9, 3C and 0C. RGB value is (233,60,12). Sum of RGB (Red+Green+Blue) = 233+60+12=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93C0C is #16C3F3. Grayscale: #6A6A6A. Windows color (decimal): -1491956 or 802025. OLE color: 802025.

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

Color convert

RGB 233 60 12 -
CMYK 0 0.74 0.95 0.09
HSL 13.03º 0.9% 0.48% -
HSV(B) 13.03º 0.95% 0.91% -
XYZ 35.29 20.58 2.46 -
YUV 106.26 74.81 218.4 -
System Red Green Blue C M Y K H S L
Decimal 233 60 12 0 0.74 0.95 0.09 13.03 0.9 0.48
Hex E9 3C C 0 4A 5F 9 D 5A 30
Octal 351 74 14 0 112 137 11 15 132 60
Binary 11101001 111100 1100 0 1001010 1011111 1001 1101 1011010 110000

Color Harmonies of #E93C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C0C

Black with #E93C0C

Text Example


Text Example

White with #E93C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C0C; }

 p { color: rgb(233,60,12); }

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

background-color css

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

 a { background-color: rgb(233,60,12); }

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

border-color css

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

 span { border-color: rgb(233,60,12); }

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