Html Css Color HEX #EF3502 Orange Red

📋 copy color: '#EF3502'

red 239 ◦ green 53 ◦ blue 2

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

Shades of Orange Red #EF3502

Tints of Orange Red #EF3502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 81.29%
G = 18.03%
B = 0.68%

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

#EF3502 (or 0xEF3502) is known color: Orange Red. HEX triplet: EF, 35 and 02. RGB value is (239,53,2). Sum of RGB (Red+Green+Blue) = 239+53+2=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3502 is #10CAFD. Grayscale: #676767. Windows color (decimal): -1100542 or 144879. OLE color: 144879.

HSL color Cylindrical-coordinate representation of color #EF3502: hue angle of 12.91º 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 #EF3502 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

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

Color Harmonies of #EF3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3502

Black with #EF3502

Text Example


Text Example

White with #EF3502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3502; }

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

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

background-color css

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

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

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

border-color css

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

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

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