Html Css Color HEX #F01530 Torch Red

📋 copy color: '#F01530'

red 240 ◦ green 21 ◦ blue 48

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

Shades of Torch Red #F01530

Tints of Torch Red #F01530

RGB

 RED value IS 240 (94.14% from 255) = 77.67%

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

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

R = 77.67%
G = 6.8%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F01530 (or 0xF01530) is known color: Torch Red. HEX triplet: F0, 15 and 30. RGB value is (240,21,48). Sum of RGB (Red+Green+Blue) = 240+21+48=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F01530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01530 is #0FEACF. Grayscale: #595959. Windows color (decimal): -1043152 or 3151344. OLE color: 3151344.

HSL color Cylindrical-coordinate representation of color #F01530: hue angle of 352.6º degrees, saturation: 0.88, 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 #F01530 is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 48 -
CMYK 0 0.91 0.8 0.06
HSL 352.6º 0.88% 0.51% -
HSV(B) 352.6º 0.91% 0.94% -
XYZ 36.74 19.28 4.58 -
YUV 89.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 240 21 48 0 0.91 0.8 0.06 352.6 0.88 0.51
Hex F0 15 30 0 5B 50 6 161 58 33
Octal 360 25 60 0 133 120 6 541 130 63
Binary 11110000 10101 110000 0 1011011 1010000 110 101100001 1011000 110011

Color Harmonies of #F01530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01530

Black with #F01530

Text Example


Text Example

White with #F01530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01530; }

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

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

background-color css

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

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

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

border-color css

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

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

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