Html Css Color HEX #F0153C Torch Red

📋 copy color: '#F0153C'

red 240 ◦ green 21 ◦ blue 60

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

Shades of Torch Red #F0153C

Tints of Torch Red #F0153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 74.77%
G = 6.54%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0153C (or 0xF0153C) is known color: Torch Red. HEX triplet: F0, 15 and 3C. RGB value is (240,21,60). Sum of RGB (Red+Green+Blue) = 240+21+60=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0153C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0153C is #0FEAC3. Grayscale: #5A5A5A. Windows color (decimal): -1043140 or 3937776. OLE color: 3937776.

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

Color convert

RGB 240 21 60 -
CMYK 0 0.91 0.75 0.06
HSL 349.32º 0.88% 0.51% -
HSV(B) 349.32º 0.91% 0.94% -
XYZ 37.02 19.39 6.07 -
YUV 90.93 110.55 234.33 -
System Red Green Blue C M Y K H S L
Decimal 240 21 60 0 0.91 0.75 0.06 349.32 0.88 0.51
Hex F0 15 3C 0 5B 4B 6 15D 58 33
Octal 360 25 74 0 133 113 6 535 130 63
Binary 11110000 10101 111100 0 1011011 1001011 110 101011101 1011000 110011

Color Harmonies of #F0153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0153C

Black with #F0153C

Text Example


Text Example

White with #F0153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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