Html Css Color HEX #F80A1D Torch Red

📋 copy color: '#F80A1D'

red 248 ◦ green 10 ◦ blue 29

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

Shades of Torch Red #F80A1D

Tints of Torch Red #F80A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.48%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 86.41%
G = 3.48%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F80A1D (or 0xF80A1D) is known color: Torch Red. HEX triplet: F8, 0A and 1D. RGB value is (248,10,29). Sum of RGB (Red+Green+Blue) = 248+10+29=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80A1D is #07F5E2. Grayscale: #535353. Windows color (decimal): -521699 or 1903352. OLE color: 1903352.

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

Color convert

RGB 248 10 29 -
CMYK 0 0.96 0.88 0.03
HSL 355.21º 0.94% 0.51% -
HSV(B) 355.21º 0.96% 0.97% -
XYZ 39.04 20.26 3.02 -
YUV 83.33 97.35 245.46 -
System Red Green Blue C M Y K H S L
Decimal 248 10 29 0 0.96 0.88 0.03 355.21 0.94 0.51
Hex F8 A 1D 0 60 58 3 163 5E 33
Octal 370 12 35 0 140 130 3 543 136 63
Binary 11111000 1010 11101 0 1100000 1011000 11 101100011 1011110 110011

Color Harmonies of #F80A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A1D

Black with #F80A1D

Text Example


Text Example

White with #F80A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A1D; }

 p { color: rgb(248,10,29); }

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

background-color css

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

 a { background-color: rgb(248,10,29); }

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

border-color css

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

 span { border-color: rgb(248,10,29); }

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