Html Css Color HEX #EF4813 Orange Red

📋 copy color: '#EF4813'

red 239 ◦ green 72 ◦ blue 19

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

Shades of Orange Red #EF4813

Tints of Orange Red #EF4813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 72.42%
G = 21.82%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4813 (or 0xEF4813) is known color: Orange Red. HEX triplet: EF, 48 and 13. RGB value is (239,72,19). Sum of RGB (Red+Green+Blue) = 239+72+19=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4813 is #10B7EC. Grayscale: #747474. Windows color (decimal): -1095661 or 1263855. OLE color: 1263855.

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

Color convert

RGB 239 72 19 -
CMYK 0 0.70 0.92 0.06
HSL 14.45º 0.87% 0.51% -
HSV(B) 14.45º 0.92% 0.94% -
XYZ 38.03 23.03 3.06 -
YUV 115.89 73.33 215.81 -
System Red Green Blue C M Y K H S L
Decimal 239 72 19 0 0.70 0.92 0.06 14.45 0.87 0.51
Hex EF 48 13 0 46 5C 6 E 57 33
Octal 357 110 23 0 106 134 6 16 127 63
Binary 11101111 1001000 10011 0 1000110 1011100 110 1110 1010111 110011

Color Harmonies of #EF4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4813

Black with #EF4813

Text Example


Text Example

White with #EF4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4813; }

 p { color: rgb(239,72,19); }

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

background-color css

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

 a { background-color: rgb(239,72,19); }

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

border-color css

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

 span { border-color: rgb(239,72,19); }

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