Html Css Color HEX #EF4919 Orange Red

📋 copy color: '#EF4919'

red 239 ◦ green 73 ◦ blue 25

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

Shades of Orange Red #EF4919

Tints of Orange Red #EF4919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 70.92%
G = 21.66%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF4919 (or 0xEF4919) is known color: Orange Red. HEX triplet: EF, 49 and 19. RGB value is (239,73,25). Sum of RGB (Red+Green+Blue) = 239+73+25=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4919 is #10B6E6. Grayscale: #757575. Windows color (decimal): -1095399 or 1657327. OLE color: 1657327.

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

Color convert

RGB 239 73 25 -
CMYK 0 0.69 0.90 0.06
HSL 13.46º 0.87% 0.52% -
HSV(B) 13.46º 0.9% 0.94% -
XYZ 38.15 23.19 3.38 -
YUV 117.16 76 214.9 -
System Red Green Blue C M Y K H S L
Decimal 239 73 25 0 0.69 0.90 0.06 13.46 0.87 0.52
Hex EF 49 19 0 45 5A 6 D 57 34
Octal 357 111 31 0 105 132 6 15 127 64
Binary 11101111 1001001 11001 0 1000101 1011010 110 1101 1010111 110100

Color Harmonies of #EF4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4919

Black with #EF4919

Text Example


Text Example

White with #EF4919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4919; }

 p { color: rgb(239,73,25); }

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

background-color css

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

 a { background-color: rgb(239,73,25); }

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

border-color css

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

 span { border-color: rgb(239,73,25); }

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