Html Css Color HEX #EF0730 Torch Red

📋 copy color: '#EF0730'

red 239 ◦ green 7 ◦ blue 48

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

Shades of Torch Red #EF0730

Tints of Torch Red #EF0730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

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

R = 81.29%
G = 2.38%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF0730 (or 0xEF0730) is known color: Torch Red. HEX triplet: EF, 07 and 30. RGB value is (239,7,48). Sum of RGB (Red+Green+Blue) = 239+7+48=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0730 is #10F8CF. Grayscale: #515151. Windows color (decimal): -1112272 or 3147759. OLE color: 3147759.

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

Color convert

RGB 239 7 48 -
CMYK 0 0.97 0.80 0.06
HSL 349.4º 0.94% 0.48% -
HSV(B) 349.4º 0.97% 0.94% -
XYZ 36.21 18.72 4.5 -
YUV 81.04 109.36 240.67 -
System Red Green Blue C M Y K H S L
Decimal 239 7 48 0 0.97 0.80 0.06 349.4 0.94 0.48
Hex EF 7 30 0 61 50 6 15D 5E 30
Octal 357 7 60 0 141 120 6 535 136 60
Binary 11101111 111 110000 0 1100001 1010000 110 101011101 1011110 110000

Color Harmonies of #EF0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0730

Black with #EF0730

Text Example


Text Example

White with #EF0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0730; }

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

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

background-color css

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

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

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

border-color css

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

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

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