Html Css Color HEX #F70523 Torch Red

📋 copy color: '#F70523'

red 247 ◦ green 5 ◦ blue 35

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

Shades of Torch Red #F70523

Tints of Torch Red #F70523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 86.06%
G = 1.74%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F70523 (or 0xF70523) is known color: Torch Red. HEX triplet: F7, 05 and 23. RGB value is (247,5,35). Sum of RGB (Red+Green+Blue) = 247+5+35=287 (38% of max value = 765). Red value is 247 (96.88% from 255 or 86.06% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 247 - color contains mainly: red. Hex color #F70523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70523 is #08FADC. Grayscale: #505050. Windows color (decimal): -588509 or 2295287. OLE color: 2295287.

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

Color convert

RGB 247 5 35 -
CMYK 0 0.98 0.86 0.03
HSL 352.56º 0.96% 0.49% -
HSV(B) 352.56º 0.98% 0.97% -
XYZ 38.72 20 3.41 -
YUV 80.78 102.17 246.56 -
System Red Green Blue C M Y K H S L
Decimal 247 5 35 0 0.98 0.86 0.03 352.56 0.96 0.49
Hex F7 5 23 0 62 56 3 161 60 31
Octal 367 5 43 0 142 126 3 541 140 61
Binary 11110111 101 100011 0 1100010 1010110 11 101100001 1100000 110001

Color Harmonies of #F70523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70523

Black with #F70523

Text Example


Text Example

White with #F70523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70523; }

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

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

background-color css

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

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

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

border-color css

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

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

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