Html Css Color HEX #F0051C Torch Red

📋 copy color: '#F0051C'

red 240 ◦ green 5 ◦ blue 28

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

Shades of Torch Red #F0051C

Tints of Torch Red #F0051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 87.91%
G = 1.83%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0051C (or 0xF0051C) is known color: Torch Red. HEX triplet: F0, 05 and 1C. RGB value is (240,5,28). Sum of RGB (Red+Green+Blue) = 240+5+28=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0051C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0051C is #0FFAE3. Grayscale: #4E4E4E. Windows color (decimal): -1047268 or 1836528. OLE color: 1836528.

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

Color convert

RGB 240 5 28 -
CMYK 0 0.98 0.88 0.06
HSL 354.13º 0.96% 0.48% -
HSV(B) 354.13º 0.98% 0.94% -
XYZ 36.2 18.72 2.8 -
YUV 77.89 99.86 243.63 -
System Red Green Blue C M Y K H S L
Decimal 240 5 28 0 0.98 0.88 0.06 354.13 0.96 0.48
Hex F0 5 1C 0 62 58 6 162 60 30
Octal 360 5 34 0 142 130 6 542 140 60
Binary 11110000 101 11100 0 1100010 1011000 110 101100010 1100000 110000

Color Harmonies of #F0051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0051C

Black with #F0051C

Text Example


Text Example

White with #F0051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0051C; }

 p { color: rgb(240,5,28); }

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

background-color css

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

 a { background-color: rgb(240,5,28); }

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

border-color css

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

 span { border-color: rgb(240,5,28); }

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