Html Css Color HEX #EE3503 Orange Red

📋 copy color: '#EE3503'

red 238 ◦ green 53 ◦ blue 3

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

Shades of Orange Red #EE3503

Tints of Orange Red #EE3503

RGB

 RED value IS 238 (93.36% from 255) = 80.95%

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 80.95%
G = 18.03%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE3503 (or 0xEE3503) is known color: Orange Red. HEX triplet: EE, 35 and 03. RGB value is (238,53,3). Sum of RGB (Red+Green+Blue) = 238+53+3=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3503 is #11CAFC. Grayscale: #666666. Windows color (decimal): -1166077 or 210414. OLE color: 210414.

HSL color Cylindrical-coordinate representation of color #EE3503: hue angle of 12.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE3503 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 53 3 -
CMYK 0 0.78 0.99 0.07
HSL 12.77º 0.98% 0.47% -
HSV(B) 12.77º 0.99% 0.93% -
XYZ 36.55 20.73 2.16 -
YUV 102.62 71.79 224.57 -
System Red Green Blue C M Y K H S L
Decimal 238 53 3 0 0.78 0.99 0.07 12.77 0.98 0.47
Hex EE 35 3 0 4E 63 7 D 62 2F
Octal 356 65 3 0 116 143 7 15 142 57
Binary 11101110 110101 11 0 1001110 1100011 111 1101 1100010 101111

Color Harmonies of #EE3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3503

Black with #EE3503

Text Example


Text Example

White with #EE3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3503; }

 p { color: rgb(238,53,3); }

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

background-color css

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

 a { background-color: rgb(238,53,3); }

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

border-color css

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

 span { border-color: rgb(238,53,3); }

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