Html Css Color HEX #EF0130 Torch Red

📋 copy color: '#EF0130'

red 239 ◦ green 1 ◦ blue 48

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

Shades of Torch Red #EF0130

Tints of Torch Red #EF0130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 82.99%
G = 0.35%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF0130 (or 0xEF0130) is known color: Torch Red. HEX triplet: EF, 01 and 30. RGB value is (239,1,48). Sum of RGB (Red+Green+Blue) = 239+1+48=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0130 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0130 is #10FECF. Grayscale: #4D4D4D. Windows color (decimal): -1113808 or 3146223. OLE color: 3146223.

HSL color Cylindrical-coordinate representation of color #EF0130: hue angle of 348.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0130 is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 48 -
CMYK 0 1.00 0.80 0.06
HSL 348.15º 0.99% 0.47% -
HSV(B) 348.15º 1% 0.94% -
XYZ 36.14 18.59 4.48 -
YUV 77.52 111.35 243.18 -
System Red Green Blue C M Y K H S L
Decimal 239 1 48 0 1.00 0.80 0.06 348.15 0.99 0.47
Hex EF 1 30 0 64 50 6 15C 63 2F
Octal 357 1 60 0 144 120 6 534 143 57
Binary 11101111 1 110000 0 1100100 1010000 110 101011100 1100011 101111

Color Harmonies of #EF0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0130

Black with #EF0130

Text Example


Text Example

White with #EF0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0130; }

 p { color: rgb(239,1,48); }

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

background-color css

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

 a { background-color: rgb(239,1,48); }

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

border-color css

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

 span { border-color: rgb(239,1,48); }

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