Html Css Color HEX #EF471A Orange Red

📋 copy color: '#EF471A'

red 239 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #EF471A

Tints of Orange Red #EF471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

 BLUE value IS 26 (10.55% from 255) = 7.74%

R = 71.13%
G = 21.13%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF471A (or 0xEF471A) is known color: Orange Red. HEX triplet: EF, 47 and 1A. RGB value is (239,71,26). Sum of RGB (Red+Green+Blue) = 239+71+26=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF471A is #10B8E5. Grayscale: #747474. Windows color (decimal): -1095910 or 1722351. OLE color: 1722351.

HSL color Cylindrical-coordinate representation of color #EF471A: hue angle of 12.68º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF471A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 71 26 -
CMYK 0 0.70 0.89 0.06
HSL 12.68º 0.87% 0.52% -
HSV(B) 12.68º 0.89% 0.94% -
XYZ 38.04 22.93 3.4 -
YUV 116.1 77.16 215.66 -
System Red Green Blue C M Y K H S L
Decimal 239 71 26 0 0.70 0.89 0.06 12.68 0.87 0.52
Hex EF 47 1A 0 46 59 6 D 57 34
Octal 357 107 32 0 106 131 6 15 127 64
Binary 11101111 1000111 11010 0 1000110 1011001 110 1101 1010111 110100

Color Harmonies of #EF471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF471A

Black with #EF471A

Text Example


Text Example

White with #EF471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF471A; }

 p { color: rgb(239,71,26); }

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

background-color css

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

 a { background-color: rgb(239,71,26); }

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

border-color css

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

 span { border-color: rgb(239,71,26); }

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