Html Css Color HEX #F70227 Torch Red

📋 copy color: '#F70227'

red 247 ◦ green 2 ◦ blue 39

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

Shades of Torch Red #F70227

Tints of Torch Red #F70227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 85.76%
G = 0.69%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F70227 (or 0xF70227) is known color: Torch Red. HEX triplet: F7, 02 and 27. RGB value is (247,2,39). Sum of RGB (Red+Green+Blue) = 247+2+39=288 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.76% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 247 - color contains mainly: red. Hex color #F70227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70227 is #08FDD8. Grayscale: #4F4F4F. Windows color (decimal): -589273 or 2556663. OLE color: 2556663.

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

Color convert

RGB 247 2 39 -
CMYK 0 0.99 0.84 0.03
HSL 350.94º 0.98% 0.49% -
HSV(B) 350.94º 0.99% 0.97% -
XYZ 38.75 19.96 3.73 -
YUV 79.47 105.17 247.49 -
System Red Green Blue C M Y K H S L
Decimal 247 2 39 0 0.99 0.84 0.03 350.94 0.98 0.49
Hex F7 2 27 0 63 54 3 15F 62 31
Octal 367 2 47 0 143 124 3 537 142 61
Binary 11110111 10 100111 0 1100011 1010100 11 101011111 1100010 110001

Color Harmonies of #F70227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70227

Black with #F70227

Text Example


Text Example

White with #F70227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70227; }

 p { color: rgb(247,2,39); }

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

background-color css

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

 a { background-color: rgb(247,2,39); }

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

border-color css

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

 span { border-color: rgb(247,2,39); }

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