Html Css Color HEX #EF3A0A Orange Red

📋 copy color: '#EF3A0A'

red 239 ◦ green 58 ◦ blue 10

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

Shades of Orange Red #EF3A0A

Tints of Orange Red #EF3A0A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.89%

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

R = 77.85%
G = 18.89%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF3A0A (or 0xEF3A0A) is known color: Orange Red. HEX triplet: EF, 3A and 0A. RGB value is (239,58,10). Sum of RGB (Red+Green+Blue) = 239+58+10=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3A0A is #10C5F5. Grayscale: #6B6B6B. Windows color (decimal): -1099254 or 670447. OLE color: 670447.

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

Color convert

RGB 239 58 10 -
CMYK 0 0.76 0.96 0.06
HSL 12.58º 0.92% 0.49% -
HSV(B) 12.58º 0.96% 0.94% -
XYZ 37.16 21.4 2.46 -
YUV 106.65 73.47 222.4 -
System Red Green Blue C M Y K H S L
Decimal 239 58 10 0 0.76 0.96 0.06 12.58 0.92 0.49
Hex EF 3A A 0 4C 60 6 D 5C 31
Octal 357 72 12 0 114 140 6 15 134 61
Binary 11101111 111010 1010 0 1001100 1100000 110 1101 1011100 110001

Color Harmonies of #EF3A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3A0A

Black with #EF3A0A

Text Example


Text Example

White with #EF3A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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