Html Css Color HEX #F81736 Torch Red

📋 copy color: '#F81736'

red 248 ◦ green 23 ◦ blue 54

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

Shades of Torch Red #F81736

Tints of Torch Red #F81736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 76.31%
G = 7.08%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F81736 (or 0xF81736) is known color: Torch Red. HEX triplet: F8, 17 and 36. RGB value is (248,23,54). Sum of RGB (Red+Green+Blue) = 248+23+54=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F81736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81736 is #07E8C9. Grayscale: #5D5D5D. Windows color (decimal): -518346 or 3545080. OLE color: 3545080.

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

Color convert

RGB 248 23 54 -
CMYK 0 0.91 0.78 0.03
HSL 351.73º 0.94% 0.53% -
HSV(B) 351.73º 0.91% 0.97% -
XYZ 39.68 20.84 5.42 -
YUV 93.81 105.54 237.98 -
System Red Green Blue C M Y K H S L
Decimal 248 23 54 0 0.91 0.78 0.03 351.73 0.94 0.53
Hex F8 17 36 0 5B 4E 3 160 5E 35
Octal 370 27 66 0 133 116 3 540 136 65
Binary 11111000 10111 110110 0 1011011 1001110 11 101100000 1011110 110101

Color Harmonies of #F81736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81736

Black with #F81736

Text Example


Text Example

White with #F81736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81736; }

 p { color: rgb(248,23,54); }

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

background-color css

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

 a { background-color: rgb(248,23,54); }

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

border-color css

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

 span { border-color: rgb(248,23,54); }

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