Html Css Color HEX #F70529 Torch Red

📋 copy color: '#F70529'

red 247 ◦ green 5 ◦ blue 41

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

Shades of Torch Red #F70529

Tints of Torch Red #F70529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 84.3%
G = 1.71%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F70529 (or 0xF70529) is known color: Torch Red. HEX triplet: F7, 05 and 29. RGB value is (247,5,41). Sum of RGB (Red+Green+Blue) = 247+5+41=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F70529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70529 is #08FAD6. Grayscale: #515151. Windows color (decimal): -588503 or 2688503. OLE color: 2688503.

HSL color Cylindrical-coordinate representation of color #F70529: hue angle of 351.07º 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 #F70529 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 5 41 -
CMYK 0 0.98 0.83 0.03
HSL 351.07º 0.96% 0.49% -
HSV(B) 351.07º 0.98% 0.97% -
XYZ 38.81 20.04 3.92 -
YUV 81.46 105.17 246.07 -
System Red Green Blue C M Y K H S L
Decimal 247 5 41 0 0.98 0.83 0.03 351.07 0.96 0.49
Hex F7 5 29 0 62 53 3 15F 60 31
Octal 367 5 51 0 142 123 3 537 140 61
Binary 11110111 101 101001 0 1100010 1010011 11 101011111 1100000 110001

Color Harmonies of #F70529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70529

Black with #F70529

Text Example


Text Example

White with #F70529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70529; }

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

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

background-color css

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

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

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

border-color css

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

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

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