Html Css Color HEX #EF390D Orange Red

📋 copy color: '#EF390D'

red 239 ◦ green 57 ◦ blue 13

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

Shades of Orange Red #EF390D

Tints of Orange Red #EF390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

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

R = 77.35%
G = 18.45%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF390D (or 0xEF390D) is known color: Orange Red. HEX triplet: EF, 39 and 0D. RGB value is (239,57,13). Sum of RGB (Red+Green+Blue) = 239+57+13=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF390D is #10C6F2. Grayscale: #6A6A6A. Windows color (decimal): -1099507 or 866799. OLE color: 866799.

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

Color convert

RGB 239 57 13 -
CMYK 0 0.76 0.95 0.06
HSL 11.68º 0.9% 0.49% -
HSV(B) 11.68º 0.95% 0.94% -
XYZ 37.13 21.31 2.54 -
YUV 106.4 75.3 222.58 -
System Red Green Blue C M Y K H S L
Decimal 239 57 13 0 0.76 0.95 0.06 11.68 0.9 0.49
Hex EF 39 D 0 4C 5F 6 C 5A 31
Octal 357 71 15 0 114 137 6 14 132 61
Binary 11101111 111001 1101 0 1001100 1011111 110 1100 1011010 110001

Color Harmonies of #EF390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF390D

Black with #EF390D

Text Example


Text Example

White with #EF390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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