Html Css Color HEX #F70D12 Torch Red

📋 copy color: '#F70D12'

red 247 ◦ green 13 ◦ blue 18

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

Shades of Torch Red #F70D12

Tints of Torch Red #F70D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.68%

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 88.85%
G = 4.68%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F70D12 (or 0xF70D12) is known color: Torch Red. HEX triplet: F7, 0D and 12. RGB value is (247,13,18). Sum of RGB (Red+Green+Blue) = 247+13+18=278 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.85% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70D12 is #08F2ED. Grayscale: #535353. Windows color (decimal): -586478 or 1183223. OLE color: 1183223.

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

Color convert

RGB 247 13 18 -
CMYK 0 0.95 0.93 0.03
HSL 358.72º 0.94% 0.51% -
HSV(B) 358.72º 0.95% 0.97% -
XYZ 38.61 20.11 2.42 -
YUV 83.54 91.02 244.59 -
System Red Green Blue C M Y K H S L
Decimal 247 13 18 0 0.95 0.93 0.03 358.72 0.94 0.51
Hex F7 D 12 0 5F 5D 3 167 5E 33
Octal 367 15 22 0 137 135 3 547 136 63
Binary 11110111 1101 10010 0 1011111 1011101 11 101100111 1011110 110011

Color Harmonies of #F70D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D12

Black with #F70D12

Text Example


Text Example

White with #F70D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D12; }

 p { color: rgb(247,13,18); }

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

background-color css

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

 a { background-color: rgb(247,13,18); }

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

border-color css

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

 span { border-color: rgb(247,13,18); }

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