Html Css Color HEX #F7151D Torch Red

📋 copy color: '#F7151D'

red 247 ◦ green 21 ◦ blue 29

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

Shades of Torch Red #F7151D

Tints of Torch Red #F7151D

RGB

 RED value IS 247 (96.88% from 255) = 83.16%

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

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

R = 83.16%
G = 7.07%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7151D (or 0xF7151D) is known color: Torch Red. HEX triplet: F7, 15 and 1D. RGB value is (247,21,29). Sum of RGB (Red+Green+Blue) = 247+21+29=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F7151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7151D is #08EAE2. Grayscale: #595959. Windows color (decimal): -584419 or 1906167. OLE color: 1906167.

HSL color Cylindrical-coordinate representation of color #F7151D: hue angle of 357.88º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7151D is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 21 29 -
CMYK 0 0.91 0.88 0.03
HSL 357.88º 0.93% 0.53% -
HSV(B) 357.88º 0.91% 0.97% -
XYZ 38.85 20.4 3.05 -
YUV 89.49 93.87 240.35 -
System Red Green Blue C M Y K H S L
Decimal 247 21 29 0 0.91 0.88 0.03 357.88 0.93 0.53
Hex F7 15 1D 0 5B 58 3 166 5D 35
Octal 367 25 35 0 133 130 3 546 135 65
Binary 11110111 10101 11101 0 1011011 1011000 11 101100110 1011101 110101

Color Harmonies of #F7151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7151D

Black with #F7151D

Text Example


Text Example

White with #F7151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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