Html Css Color HEX #EF3E12 Orange Red

📋 copy color: '#EF3E12'

red 239 ◦ green 62 ◦ blue 18

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

Shades of Orange Red #EF3E12

Tints of Orange Red #EF3E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 18 (7.42% from 255) = 5.64%

R = 74.92%
G = 19.44%
B = 5.64%

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

#EF3E12 (or 0xEF3E12) is known color: Orange Red. HEX triplet: EF, 3E and 12. RGB value is (239,62,18). Sum of RGB (Red+Green+Blue) = 239+62+18=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3E12 is #10C1ED. Grayscale: #6E6E6E. Windows color (decimal): -1098222 or 1195759. OLE color: 1195759.

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

Color convert

RGB 239 62 18 -
CMYK 0 0.74 0.92 0.06
HSL 11.95º 0.87% 0.5% -
HSV(B) 11.95º 0.92% 0.94% -
XYZ 37.43 21.84 2.82 -
YUV 109.91 76.14 220.08 -
System Red Green Blue C M Y K H S L
Decimal 239 62 18 0 0.74 0.92 0.06 11.95 0.87 0.5
Hex EF 3E 12 0 4A 5C 6 C 57 32
Octal 357 76 22 0 112 134 6 14 127 62
Binary 11101111 111110 10010 0 1001010 1011100 110 1100 1010111 110010

Color Harmonies of #EF3E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3E12

Black with #EF3E12

Text Example


Text Example

White with #EF3E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3E12; }

 p { color: rgb(239,62,18); }

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

background-color css

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

 a { background-color: rgb(239,62,18); }

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

border-color css

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

 span { border-color: rgb(239,62,18); }

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