Html Css Color HEX #EF370D Orange Red

📋 copy color: '#EF370D'

red 239 ◦ green 55 ◦ blue 13

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

Shades of Orange Red #EF370D

Tints of Orange Red #EF370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 77.85%
G = 17.92%
B = 4.23%

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

#EF370D (or 0xEF370D) is known color: Orange Red. HEX triplet: EF, 37 and 0D. RGB value is (239,55,13). Sum of RGB (Red+Green+Blue) = 239+55+13=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF370D is #10C8F2. Grayscale: #696969. Windows color (decimal): -1100019 or 866287. OLE color: 866287.

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

Color convert

RGB 239 55 13 -
CMYK 0 0.77 0.95 0.06
HSL 11.15º 0.9% 0.49% -
HSV(B) 11.15º 0.95% 0.94% -
XYZ 37.04 21.11 2.5 -
YUV 105.23 75.96 223.42 -
System Red Green Blue C M Y K H S L
Decimal 239 55 13 0 0.77 0.95 0.06 11.15 0.9 0.49
Hex EF 37 D 0 4D 5F 6 B 5A 31
Octal 357 67 15 0 115 137 6 13 132 61
Binary 11101111 110111 1101 0 1001101 1011111 110 1011 1011010 110001

Color Harmonies of #EF370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF370D

Black with #EF370D

Text Example


Text Example

White with #EF370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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