Html Css Color HEX #F0151D Torch Red

📋 copy color: '#F0151D'

red 240 ◦ green 21 ◦ blue 29

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

Shades of Torch Red #F0151D

Tints of Torch Red #F0151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 82.76%
G = 7.24%
B = 10%

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

#F0151D (or 0xF0151D) is known color: Torch Red. HEX triplet: F0, 15 and 1D. RGB value is (240,21,29). Sum of RGB (Red+Green+Blue) = 240+21+29=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F0151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0151D is #0FEAE2. Grayscale: #575757. Windows color (decimal): -1043171 or 1906160. OLE color: 1906160.

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

Color convert

RGB 240 21 29 -
CMYK 0 0.91 0.88 0.06
HSL 357.81º 0.88% 0.51% -
HSV(B) 357.81º 0.91% 0.94% -
XYZ 36.43 19.15 2.94 -
YUV 87.39 95.05 236.85 -
System Red Green Blue C M Y K H S L
Decimal 240 21 29 0 0.91 0.88 0.06 357.81 0.88 0.51
Hex F0 15 1D 0 5B 58 6 166 58 33
Octal 360 25 35 0 133 130 6 546 130 63
Binary 11110000 10101 11101 0 1011011 1011000 110 101100110 1011000 110011

Color Harmonies of #F0151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0151D

Black with #F0151D

Text Example


Text Example

White with #F0151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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