Html Css Color HEX #EF3504 Orange Red

📋 copy color: '#EF3504'

red 239 ◦ green 53 ◦ blue 4

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

Shades of Orange Red #EF3504

Tints of Orange Red #EF3504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 80.74%
G = 17.91%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF3504 (or 0xEF3504) is known color: Orange Red. HEX triplet: EF, 35 and 04. RGB value is (239,53,4). Sum of RGB (Red+Green+Blue) = 239+53+4=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3504 is #10CAFB. Grayscale: #676767. Windows color (decimal): -1100540 or 275951. OLE color: 275951.

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

Color convert

RGB 239 53 4 -
CMYK 0 0.78 0.98 0.06
HSL 12.51º 0.97% 0.48% -
HSV(B) 12.51º 0.98% 0.94% -
XYZ 36.89 20.91 2.21 -
YUV 103.03 72.12 224.98 -
System Red Green Blue C M Y K H S L
Decimal 239 53 4 0 0.78 0.98 0.06 12.51 0.97 0.48
Hex EF 35 4 0 4E 62 6 D 61 30
Octal 357 65 4 0 116 142 6 15 141 60
Binary 11101111 110101 100 0 1001110 1100010 110 1101 1100001 110000

Color Harmonies of #EF3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3504

Black with #EF3504

Text Example


Text Example

White with #EF3504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3504; }

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

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

background-color css

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

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

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

border-color css

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

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

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