Html Css Color HEX #EF1530 Torch Red

📋 copy color: '#EF1530'

red 239 ◦ green 21 ◦ blue 48

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

Shades of Torch Red #EF1530

Tints of Torch Red #EF1530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 77.6%
G = 6.82%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF1530 (or 0xEF1530) is known color: Torch Red. HEX triplet: EF, 15 and 30. RGB value is (239,21,48). Sum of RGB (Red+Green+Blue) = 239+21+48=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1530 is #10EACF. Grayscale: #595959. Windows color (decimal): -1108688 or 3151343. OLE color: 3151343.

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

Color convert

RGB 239 21 48 -
CMYK 0 0.91 0.80 0.06
HSL 352.57º 0.87% 0.51% -
HSV(B) 352.57º 0.91% 0.94% -
XYZ 36.4 19.1 4.56 -
YUV 89.26 104.72 234.8 -
System Red Green Blue C M Y K H S L
Decimal 239 21 48 0 0.91 0.80 0.06 352.57 0.87 0.51
Hex EF 15 30 0 5B 50 6 161 57 33
Octal 357 25 60 0 133 120 6 541 127 63
Binary 11101111 10101 110000 0 1011011 1010000 110 101100001 1010111 110011

Color Harmonies of #EF1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1530

Black with #EF1530

Text Example


Text Example

White with #EF1530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1530; }

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

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

background-color css

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

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

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

border-color css

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

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

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