Html Css Color HEX #F80D1C Torch Red

📋 copy color: '#F80D1C'

red 248 ◦ green 13 ◦ blue 28

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

Shades of Torch Red #F80D1C

Tints of Torch Red #F80D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 85.81%
G = 4.5%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F80D1C (or 0xF80D1C) is known color: Torch Red. HEX triplet: F8, 0D and 1C. RGB value is (248,13,28). Sum of RGB (Red+Green+Blue) = 248+13+28=289 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.81% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80D1C is #07F2E3. Grayscale: #555555. Windows color (decimal): -520932 or 1838584. OLE color: 1838584.

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

Color convert

RGB 248 13 28 -
CMYK 0 0.95 0.89 0.03
HSL 356.17º 0.94% 0.51% -
HSV(B) 356.17º 0.95% 0.97% -
XYZ 39.06 20.33 2.96 -
YUV 84.98 95.86 244.28 -
System Red Green Blue C M Y K H S L
Decimal 248 13 28 0 0.95 0.89 0.03 356.17 0.94 0.51
Hex F8 D 1C 0 5F 59 3 164 5E 33
Octal 370 15 34 0 137 131 3 544 136 63
Binary 11111000 1101 11100 0 1011111 1011001 11 101100100 1011110 110011

Color Harmonies of #F80D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80D1C

Black with #F80D1C

Text Example


Text Example

White with #F80D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80D1C; }

 p { color: rgb(248,13,28); }

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

background-color css

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

 a { background-color: rgb(248,13,28); }

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

border-color css

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

 span { border-color: rgb(248,13,28); }

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