Html Css Color HEX #F70121 Torch Red

📋 copy color: '#F70121'

red 247 ◦ green 1 ◦ blue 33

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

Shades of Torch Red #F70121

Tints of Torch Red #F70121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 33 (13.28% from 255) = 11.74%

R = 87.9%
G = 0.36%
B = 11.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F70121 (or 0xF70121) is known color: Torch Red. HEX triplet: F7, 01 and 21. RGB value is (247,1,33). Sum of RGB (Red+Green+Blue) = 247+1+33=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F70121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70121 is #08FEDE. Grayscale: #4E4E4E. Windows color (decimal): -589535 or 2163191. OLE color: 2163191.

HSL color Cylindrical-coordinate representation of color #F70121: hue angle of 352.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70121 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 33 -
CMYK 0 1.00 0.87 0.03
HSL 352.2º 0.99% 0.49% -
HSV(B) 352.2º 1% 0.97% -
XYZ 38.64 19.91 3.24 -
YUV 78.2 102.5 248.4 -
System Red Green Blue C M Y K H S L
Decimal 247 1 33 0 1.00 0.87 0.03 352.2 0.99 0.49
Hex F7 1 21 0 64 57 3 160 63 31
Octal 367 1 41 0 144 127 3 540 143 61
Binary 11110111 1 100001 0 1100100 1010111 11 101100000 1100011 110001

Color Harmonies of #F70121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70121

Black with #F70121

Text Example


Text Example

White with #F70121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70121; }

 p { color: rgb(247,1,33); }

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

background-color css

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

 a { background-color: rgb(247,1,33); }

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

border-color css

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

 span { border-color: rgb(247,1,33); }

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