Html Css Color HEX #F71233 Torch Red

📋 copy color: '#F71233'

red 247 ◦ green 18 ◦ blue 51

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

Shades of Torch Red #F71233

Tints of Torch Red #F71233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 78.16%
G = 5.7%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F71233 (or 0xF71233) is known color: Torch Red. HEX triplet: F7, 12 and 33. RGB value is (247,18,51). Sum of RGB (Red+Green+Blue) = 247+18+51=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F71233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71233 is #08EDCC. Grayscale: #5A5A5A. Windows color (decimal): -585165 or 3347191. OLE color: 3347191.

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

Color convert

RGB 247 18 51 -
CMYK 0 0.93 0.79 0.03
HSL 351.35º 0.93% 0.52% -
HSV(B) 351.35º 0.93% 0.97% -
XYZ 39.17 20.45 5.01 -
YUV 90.23 105.87 239.82 -
System Red Green Blue C M Y K H S L
Decimal 247 18 51 0 0.93 0.79 0.03 351.35 0.93 0.52
Hex F7 12 33 0 5D 4F 3 15F 5D 34
Octal 367 22 63 0 135 117 3 537 135 64
Binary 11110111 10010 110011 0 1011101 1001111 11 101011111 1011101 110100

Color Harmonies of #F71233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71233

Black with #F71233

Text Example


Text Example

White with #F71233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71233; }

 p { color: rgb(247,18,51); }

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

background-color css

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

 a { background-color: rgb(247,18,51); }

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

border-color css

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

 span { border-color: rgb(247,18,51); }

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