Html Css Color HEX #F81921 Torch Red

📋 copy color: '#F81921'

red 248 ◦ green 25 ◦ blue 33

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

Shades of Torch Red #F81921

Tints of Torch Red #F81921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 81.05%
G = 8.17%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F81921 (or 0xF81921) is known color: Torch Red. HEX triplet: F8, 19 and 21. RGB value is (248,25,33). Sum of RGB (Red+Green+Blue) = 248+25+33=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F81921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81921 is #07E6DE. Grayscale: #5C5C5C. Windows color (decimal): -517855 or 2169336. OLE color: 2169336.

HSL color Cylindrical-coordinate representation of color #F81921: hue angle of 357.85º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81921 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 33 -
CMYK 0 0.90 0.87 0.03
HSL 357.85º 0.94% 0.54% -
HSV(B) 357.85º 0.9% 0.97% -
XYZ 39.33 20.76 3.37 -
YUV 92.59 94.38 238.85 -
System Red Green Blue C M Y K H S L
Decimal 248 25 33 0 0.90 0.87 0.03 357.85 0.94 0.54
Hex F8 19 21 0 5A 57 3 166 5E 36
Octal 370 31 41 0 132 127 3 546 136 66
Binary 11111000 11001 100001 0 1011010 1010111 11 101100110 1011110 110110

Color Harmonies of #F81921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81921

Black with #F81921

Text Example


Text Example

White with #F81921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81921; }

 p { color: rgb(248,25,33); }

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

background-color css

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

 a { background-color: rgb(248,25,33); }

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

border-color css

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

 span { border-color: rgb(248,25,33); }

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