Html Css Color HEX #EF3F13 Orange Red

📋 copy color: '#EF3F13'

red 239 ◦ green 63 ◦ blue 19

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

Shades of Orange Red #EF3F13

Tints of Orange Red #EF3F13

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 74.45%
G = 19.63%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF3F13 (or 0xEF3F13) is known color: Orange Red. HEX triplet: EF, 3F and 13. RGB value is (239,63,19). Sum of RGB (Red+Green+Blue) = 239+63+19=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F13 is #10C0EC. Grayscale: #6E6E6E. Windows color (decimal): -1097965 or 1261551. OLE color: 1261551.

HSL color Cylindrical-coordinate representation of color #EF3F13: hue angle of 12º 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 #EF3F13 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 63 19 -
CMYK 0 0.74 0.92 0.06
HSL 12º 0.87% 0.51% -
HSV(B) 12º 0.92% 0.94% -
XYZ 37.49 21.95 2.88 -
YUV 110.61 76.31 219.58 -
System Red Green Blue C M Y K H S L
Decimal 239 63 19 0 0.74 0.92 0.06 12 0.87 0.51
Hex EF 3F 13 0 4A 5C 6 C 57 33
Octal 357 77 23 0 112 134 6 14 127 63
Binary 11101111 111111 10011 0 1001010 1011100 110 1100 1010111 110011

Color Harmonies of #EF3F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3F13

Black with #EF3F13

Text Example


Text Example

White with #EF3F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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