Html Css Color HEX #EF370F Orange Red

📋 copy color: '#EF370F'

red 239 ◦ green 55 ◦ blue 15

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

Shades of Orange Red #EF370F

Tints of Orange Red #EF370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 77.35%
G = 17.8%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF370F (or 0xEF370F) is known color: Orange Red. HEX triplet: EF, 37 and 0F. RGB value is (239,55,15). Sum of RGB (Red+Green+Blue) = 239+55+15=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF370F is #10C8F0. Grayscale: #696969. Windows color (decimal): -1100017 or 997359. OLE color: 997359.

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

Color convert

RGB 239 55 15 -
CMYK 0 0.77 0.94 0.06
HSL 10.71º 0.88% 0.5% -
HSV(B) 10.71º 0.94% 0.94% -
XYZ 37.05 21.12 2.58 -
YUV 105.46 76.96 223.25 -
System Red Green Blue C M Y K H S L
Decimal 239 55 15 0 0.77 0.94 0.06 10.71 0.88 0.5
Hex EF 37 F 0 4D 5E 6 B 58 32
Octal 357 67 17 0 115 136 6 13 130 62
Binary 11101111 110111 1111 0 1001101 1011110 110 1011 1011000 110010

Color Harmonies of #EF370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF370F

Black with #EF370F

Text Example


Text Example

White with #EF370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF370F; }

 p { color: rgb(239,55,15); }

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

background-color css

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

 a { background-color: rgb(239,55,15); }

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

border-color css

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

 span { border-color: rgb(239,55,15); }

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