Html Css Color HEX #F70C33 Torch Red

📋 copy color: '#F70C33'

red 247 ◦ green 12 ◦ blue 51

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

Shades of Torch Red #F70C33

Tints of Torch Red #F70C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

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

R = 79.68%
G = 3.87%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F70C33 (or 0xF70C33) is known color: Torch Red. HEX triplet: F7, 0C and 33. RGB value is (247,12,51). Sum of RGB (Red+Green+Blue) = 247+12+51=310 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.68% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70C33 is #08F3CC. Grayscale: #565656. Windows color (decimal): -586701 or 3345655. OLE color: 3345655.

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

Color convert

RGB 247 12 51 -
CMYK 0 0.95 0.79 0.03
HSL 350.04º 0.94% 0.51% -
HSV(B) 350.04º 0.95% 0.97% -
XYZ 39.09 20.28 4.99 -
YUV 86.71 107.86 242.33 -
System Red Green Blue C M Y K H S L
Decimal 247 12 51 0 0.95 0.79 0.03 350.04 0.94 0.51
Hex F7 C 33 0 5F 4F 3 15E 5E 33
Octal 367 14 63 0 137 117 3 536 136 63
Binary 11110111 1100 110011 0 1011111 1001111 11 101011110 1011110 110011

Color Harmonies of #F70C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70C33

Black with #F70C33

Text Example


Text Example

White with #F70C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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