Html Css Color HEX #F70632 Torch Red

📋 copy color: '#F70632'

red 247 ◦ green 6 ◦ blue 50

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

Shades of Torch Red #F70632

Tints of Torch Red #F70632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.98%

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

R = 81.52%
G = 1.98%
B = 16.5%

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

#F70632 (or 0xF70632) is known color: Torch Red. HEX triplet: F7, 06 and 32. RGB value is (247,6,50). Sum of RGB (Red+Green+Blue) = 247+6+50=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F70632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70632 is #08F9CD. Grayscale: #535353. Windows color (decimal): -588238 or 3278583. OLE color: 3278583.

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

Color convert

RGB 247 6 50 -
CMYK 0 0.98 0.80 0.03
HSL 349.05º 0.95% 0.5% -
HSV(B) 349.05º 0.98% 0.97% -
XYZ 39 20.13 4.85 -
YUV 83.08 109.34 244.92 -
System Red Green Blue C M Y K H S L
Decimal 247 6 50 0 0.98 0.80 0.03 349.05 0.95 0.5
Hex F7 6 32 0 62 50 3 15D 5F 32
Octal 367 6 62 0 142 120 3 535 137 62
Binary 11110111 110 110010 0 1100010 1010000 11 101011101 1011111 110010

Color Harmonies of #F70632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70632

Black with #F70632

Text Example


Text Example

White with #F70632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70632; }

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

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

background-color css

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

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

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

border-color css

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

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

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