Html Css Color HEX #E33C01 Orange Red

📋 copy color: '#E33C01'

red 227 ◦ green 60 ◦ blue 1

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

Shades of Orange Red #E33C01

Tints of Orange Red #E33C01

RGB

 RED value IS 227 (89.06% from 255) = 78.82%

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 78.82%
G = 20.83%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E33C01 (or 0xE33C01) is known color: Orange Red. HEX triplet: E3, 3C and 01. RGB value is (227,60,1). Sum of RGB (Red+Green+Blue) = 227+60+1=288 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.82% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 227 - color contains mainly: red. Hex color #E33C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33C01 is #1CC3FE. Grayscale: #676767. Windows color (decimal): -1885183 or 81123. OLE color: 81123.

HSL color Cylindrical-coordinate representation of color #E33C01: hue angle of 15.66º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E33C01 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 60 1 -
CMYK 0 0.74 1.00 0.11
HSL 15.66º 0.99% 0.45% -
HSV(B) 15.66º 1% 0.89% -
XYZ 33.3 19.56 2.05 -
YUV 103.21 70.33 216.3 -
System Red Green Blue C M Y K H S L
Decimal 227 60 1 0 0.74 1.00 0.11 15.66 0.99 0.45
Hex E3 3C 1 0 4A 64 B 10 63 2D
Octal 343 74 1 0 112 144 13 20 143 55
Binary 11100011 111100 1 0 1001010 1100100 1011 10000 1100011 101101

Color Harmonies of #E33C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33C01

Black with #E33C01

Text Example


Text Example

White with #E33C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33C01; }

 p { color: rgb(227,60,1); }

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

background-color css

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

 a { background-color: rgb(227,60,1); }

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

border-color css

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

 span { border-color: rgb(227,60,1); }

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