Html Css Color HEX #EF3503 Orange Red

📋 copy color: '#EF3503'

red 239 ◦ green 53 ◦ blue 3

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

Shades of Orange Red #EF3503

Tints of Orange Red #EF3503

RGB

 RED value IS 239 (93.75% from 255) = 81.02%

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

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

R = 81.02%
G = 17.97%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF3503 (or 0xEF3503) is known color: Orange Red. HEX triplet: EF, 35 and 03. RGB value is (239,53,3). Sum of RGB (Red+Green+Blue) = 239+53+3=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3503 is #10CAFC. Grayscale: #676767. Windows color (decimal): -1100541 or 210415. OLE color: 210415.

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

Color convert

RGB 239 53 3 -
CMYK 0 0.78 0.99 0.06
HSL 12.71º 0.98% 0.47% -
HSV(B) 12.71º 0.99% 0.94% -
XYZ 36.89 20.9 2.18 -
YUV 102.91 71.62 225.07 -
System Red Green Blue C M Y K H S L
Decimal 239 53 3 0 0.78 0.99 0.06 12.71 0.98 0.47
Hex EF 35 3 0 4E 63 6 D 62 2F
Octal 357 65 3 0 116 143 6 15 142 57
Binary 11101111 110101 11 0 1001110 1100011 110 1101 1100010 101111

Color Harmonies of #EF3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3503

Black with #EF3503

Text Example


Text Example

White with #EF3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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