Html Css Color HEX #F70532 Torch Red

📋 copy color: '#F70532'

red 247 ◦ green 5 ◦ blue 50

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

Shades of Torch Red #F70532

Tints of Torch Red #F70532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 81.79%
G = 1.66%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F70532 (or 0xF70532) is known color: Torch Red. HEX triplet: F7, 05 and 32. RGB value is (247,5,50). Sum of RGB (Red+Green+Blue) = 247+5+50=302 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.79% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 247 - color contains mainly: red. Hex color #F70532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70532 is #08FACD. Grayscale: #525252. Windows color (decimal): -588494 or 3278327. OLE color: 3278327.

HSL color Cylindrical-coordinate representation of color #F70532: hue angle of 348.84º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70532 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 50 -
CMYK 0 0.98 0.80 0.03
HSL 348.84º 0.96% 0.49% -
HSV(B) 348.84º 0.98% 0.97% -
XYZ 38.99 20.11 4.84 -
YUV 82.49 109.67 245.34 -
System Red Green Blue C M Y K H S L
Decimal 247 5 50 0 0.98 0.80 0.03 348.84 0.96 0.49
Hex F7 5 32 0 62 50 3 15D 60 31
Octal 367 5 62 0 142 120 3 535 140 61
Binary 11110111 101 110010 0 1100010 1010000 11 101011101 1100000 110001

Color Harmonies of #F70532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70532

Black with #F70532

Text Example


Text Example

White with #F70532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70532; }

 p { color: rgb(247,5,50); }

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

background-color css

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

 a { background-color: rgb(247,5,50); }

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

border-color css

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

 span { border-color: rgb(247,5,50); }

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