Html Css Color HEX #F70D2D Torch Red

📋 copy color: '#F70D2D'

red 247 ◦ green 13 ◦ blue 45

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

Shades of Torch Red #F70D2D

Tints of Torch Red #F70D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 80.98%
G = 4.26%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F70D2D (or 0xF70D2D) is known color: Torch Red. HEX triplet: F7, 0D and 2D. RGB value is (247,13,45). Sum of RGB (Red+Green+Blue) = 247+13+45=305 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.98% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70D2D is #08F2D2. Grayscale: #565656. Windows color (decimal): -586451 or 2952695. OLE color: 2952695.

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

Color convert

RGB 247 13 45 -
CMYK 0 0.95 0.82 0.03
HSL 351.79º 0.94% 0.51% -
HSV(B) 351.79º 0.95% 0.97% -
XYZ 38.98 20.25 4.34 -
YUV 86.61 104.52 242.4 -
System Red Green Blue C M Y K H S L
Decimal 247 13 45 0 0.95 0.82 0.03 351.79 0.94 0.51
Hex F7 D 2D 0 5F 52 3 160 5E 33
Octal 367 15 55 0 137 122 3 540 136 63
Binary 11110111 1101 101101 0 1011111 1010010 11 101100000 1011110 110011

Color Harmonies of #F70D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D2D

Black with #F70D2D

Text Example


Text Example

White with #F70D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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