Html Css Color HEX #EF360C Orange Red

📋 copy color: '#EF360C'

red 239 ◦ green 54 ◦ blue 12

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

Shades of Orange Red #EF360C

Tints of Orange Red #EF360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 78.36%
G = 17.7%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF360C (or 0xEF360C) is known color: Orange Red. HEX triplet: EF, 36 and 0C. RGB value is (239,54,12). Sum of RGB (Red+Green+Blue) = 239+54+12=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF360C is #10C9F3. Grayscale: #686868. Windows color (decimal): -1100276 or 800495. OLE color: 800495.

HSL color Cylindrical-coordinate representation of color #EF360C: hue angle of 11.1º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF360C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 54 12 -
CMYK 0 0.77 0.95 0.06
HSL 11.1º 0.9% 0.49% -
HSV(B) 11.1º 0.95% 0.94% -
XYZ 36.98 21.02 2.46 -
YUV 104.53 75.79 223.92 -
System Red Green Blue C M Y K H S L
Decimal 239 54 12 0 0.77 0.95 0.06 11.1 0.9 0.49
Hex EF 36 C 0 4D 5F 6 B 5A 31
Octal 357 66 14 0 115 137 6 13 132 61
Binary 11101111 110110 1100 0 1001101 1011111 110 1011 1011010 110001

Color Harmonies of #EF360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF360C

Black with #EF360C

Text Example


Text Example

White with #EF360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF360C; }

 p { color: rgb(239,54,12); }

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

background-color css

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

 a { background-color: rgb(239,54,12); }

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

border-color css

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

 span { border-color: rgb(239,54,12); }

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