Html Css Color HEX #F0151C Torch Red

📋 copy color: '#F0151C'

red 240 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #F0151C

Tints of Torch Red #F0151C

RGB

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

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

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

R = 83.04%
G = 7.27%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0151C (or 0xF0151C) is known color: Torch Red. HEX triplet: F0, 15 and 1C. RGB value is (240,21,28). Sum of RGB (Red+Green+Blue) = 240+21+28=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F0151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0151C is #0FEAE3. Grayscale: #575757. Windows color (decimal): -1043172 or 1840624. OLE color: 1840624.

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

Color convert

RGB 240 21 28 -
CMYK 0 0.91 0.88 0.06
HSL 358.08º 0.88% 0.51% -
HSV(B) 358.08º 0.91% 0.94% -
XYZ 36.41 19.15 2.87 -
YUV 87.28 94.55 236.93 -
System Red Green Blue C M Y K H S L
Decimal 240 21 28 0 0.91 0.88 0.06 358.08 0.88 0.51
Hex F0 15 1C 0 5B 58 6 166 58 33
Octal 360 25 34 0 133 130 6 546 130 63
Binary 11110000 10101 11100 0 1011011 1011000 110 101100110 1011000 110011

Color Harmonies of #F0151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0151C

Black with #F0151C

Text Example


Text Example

White with #F0151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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