Html Css Color HEX #EF3501 Orange Red

📋 copy color: '#EF3501'

red 239 ◦ green 53 ◦ blue 1

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

Shades of Orange Red #EF3501

Tints of Orange Red #EF3501

RGB

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

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

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

R = 81.57%
G = 18.09%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF3501 (or 0xEF3501) is known color: Orange Red. HEX triplet: EF, 35 and 01. RGB value is (239,53,1). Sum of RGB (Red+Green+Blue) = 239+53+1=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3501 is #10CAFE. Grayscale: #676767. Windows color (decimal): -1100543 or 79343. OLE color: 79343.

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

Color convert

RGB 239 53 1 -
CMYK 0 0.78 1.00 0.06
HSL 13.11º 0.99% 0.47% -
HSV(B) 13.11º 1% 0.94% -
XYZ 36.88 20.9 2.12 -
YUV 102.69 70.62 225.23 -
System Red Green Blue C M Y K H S L
Decimal 239 53 1 0 0.78 1.00 0.06 13.11 0.99 0.47
Hex EF 35 1 0 4E 64 6 D 63 2F
Octal 357 65 1 0 116 144 6 15 143 57
Binary 11101111 110101 1 0 1001110 1100100 110 1101 1100011 101111

Color Harmonies of #EF3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3501

Black with #EF3501

Text Example


Text Example

White with #EF3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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