Html Css Color HEX #F70335 Torch Red

📋 copy color: '#F70335'

red 247 ◦ green 3 ◦ blue 53

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

Shades of Torch Red #F70335

Tints of Torch Red #F70335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 81.52%
G = 0.99%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F70335 (or 0xF70335) is known color: Torch Red. HEX triplet: F7, 03 and 35. RGB value is (247,3,53). Sum of RGB (Red+Green+Blue) = 247+3+53=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F70335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70335 is #08FCCA. Grayscale: #515151. Windows color (decimal): -589003 or 3474423. OLE color: 3474423.

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

Color convert

RGB 247 3 53 -
CMYK 0 0.99 0.79 0.03
HSL 347.7º 0.98% 0.49% -
HSV(B) 347.7º 0.99% 0.97% -
XYZ 39.03 20.1 5.19 -
YUV 81.66 111.84 245.93 -
System Red Green Blue C M Y K H S L
Decimal 247 3 53 0 0.99 0.79 0.03 347.7 0.98 0.49
Hex F7 3 35 0 63 4F 3 15C 62 31
Octal 367 3 65 0 143 117 3 534 142 61
Binary 11110111 11 110101 0 1100011 1001111 11 101011100 1100010 110001

Color Harmonies of #F70335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70335

Black with #F70335

Text Example


Text Example

White with #F70335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70335; }

 p { color: rgb(247,3,53); }

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

background-color css

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

 a { background-color: rgb(247,3,53); }

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

border-color css

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

 span { border-color: rgb(247,3,53); }

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