Html Css Color HEX #EF370A Orange Red

📋 copy color: '#EF370A'

red 239 ◦ green 55 ◦ blue 10

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

Shades of Orange Red #EF370A

Tints of Orange Red #EF370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 78.62%
G = 18.09%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF370A (or 0xEF370A) is known color: Orange Red. HEX triplet: EF, 37 and 0A. RGB value is (239,55,10). Sum of RGB (Red+Green+Blue) = 239+55+10=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF370A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF370A is #10C8F5. Grayscale: #696969. Windows color (decimal): -1100022 or 669679. OLE color: 669679.

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

Color convert

RGB 239 55 10 -
CMYK 0 0.77 0.96 0.06
HSL 11.79º 0.92% 0.49% -
HSV(B) 11.79º 0.96% 0.94% -
XYZ 37.02 21.11 2.41 -
YUV 104.89 74.46 223.66 -
System Red Green Blue C M Y K H S L
Decimal 239 55 10 0 0.77 0.96 0.06 11.79 0.92 0.49
Hex EF 37 A 0 4D 60 6 C 5C 31
Octal 357 67 12 0 115 140 6 14 134 61
Binary 11101111 110111 1010 0 1001101 1100000 110 1100 1011100 110001

Color Harmonies of #EF370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF370A

Black with #EF370A

Text Example


Text Example

White with #EF370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF370A; }

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

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

background-color css

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

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

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

border-color css

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

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

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