Html Css Color HEX #F80225 Torch Red

📋 copy color: '#F80225'

red 248 ◦ green 2 ◦ blue 37

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

Shades of Torch Red #F80225

Tints of Torch Red #F80225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 86.41%
G = 0.7%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F80225 (or 0xF80225) is known color: Torch Red. HEX triplet: F8, 02 and 25. RGB value is (248,2,37). Sum of RGB (Red+Green+Blue) = 248+2+37=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F80225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80225 is #07FDDA. Grayscale: #4F4F4F. Windows color (decimal): -523739 or 2425592. OLE color: 2425592.

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

Color convert

RGB 248 2 37 -
CMYK 0 0.99 0.85 0.03
HSL 351.46º 0.98% 0.49% -
HSV(B) 351.46º 0.99% 0.97% -
XYZ 39.07 20.13 3.58 -
YUV 79.54 104 248.15 -
System Red Green Blue C M Y K H S L
Decimal 248 2 37 0 0.99 0.85 0.03 351.46 0.98 0.49
Hex F8 2 25 0 63 55 3 15F 62 31
Octal 370 2 45 0 143 125 3 537 142 61
Binary 11111000 10 100101 0 1100011 1010101 11 101011111 1100010 110001

Color Harmonies of #F80225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80225

Black with #F80225

Text Example


Text Example

White with #F80225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80225; }

 p { color: rgb(248,2,37); }

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

background-color css

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

 a { background-color: rgb(248,2,37); }

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

border-color css

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

 span { border-color: rgb(248,2,37); }

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