Html Css Color HEX #F80C1F Torch Red

📋 copy color: '#F80C1F'

red 248 ◦ green 12 ◦ blue 31

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

Shades of Torch Red #F80C1F

Tints of Torch Red #F80C1F

RGB

 RED value IS 248 (97.27% from 255) = 85.22%

 GREEN value IS 12 (5.08% from 255) = 4.12%

 BLUE value IS 31 (12.5% from 255) = 10.65%

R = 85.22%
G = 4.12%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F80C1F (or 0xF80C1F) is known color: Torch Red. HEX triplet: F8, 0C and 1F. RGB value is (248,12,31). Sum of RGB (Red+Green+Blue) = 248+12+31=291 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.22% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80C1F is #07F3E0. Grayscale: #545454. Windows color (decimal): -521185 or 2034936. OLE color: 2034936.

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

Color convert

RGB 248 12 31 -
CMYK 0 0.95 0.88 0.03
HSL 355.17º 0.94% 0.51% -
HSV(B) 355.17º 0.95% 0.97% -
XYZ 39.09 20.32 3.16 -
YUV 84.73 97.69 244.46 -
System Red Green Blue C M Y K H S L
Decimal 248 12 31 0 0.95 0.88 0.03 355.17 0.94 0.51
Hex F8 C 1F 0 5F 58 3 163 5E 33
Octal 370 14 37 0 137 130 3 543 136 63
Binary 11111000 1100 11111 0 1011111 1011000 11 101100011 1011110 110011

Color Harmonies of #F80C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C1F

Black with #F80C1F

Text Example


Text Example

White with #F80C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C1F; }

 p { color: rgb(248,12,31); }

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

background-color css

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

 a { background-color: rgb(248,12,31); }

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

border-color css

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

 span { border-color: rgb(248,12,31); }

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