Html Css Color HEX #F81C2D Torch Red

📋 copy color: '#F81C2D'

red 248 ◦ green 28 ◦ blue 45

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

Shades of Torch Red #F81C2D

Tints of Torch Red #F81C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 77.26%
G = 8.72%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F81C2D (or 0xF81C2D) is known color: Torch Red. HEX triplet: F8, 1C and 2D. RGB value is (248,28,45). Sum of RGB (Red+Green+Blue) = 248+28+45=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C2D is #07E3D2. Grayscale: #5F5F5F. Windows color (decimal): -517075 or 2956536. OLE color: 2956536.

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

Color convert

RGB 248 28 45 -
CMYK 0 0.89 0.82 0.03
HSL 355.36º 0.94% 0.54% -
HSV(B) 355.36º 0.89% 0.97% -
XYZ 39.6 20.98 4.44 -
YUV 95.72 99.39 236.62 -
System Red Green Blue C M Y K H S L
Decimal 248 28 45 0 0.89 0.82 0.03 355.36 0.94 0.54
Hex F8 1C 2D 0 59 52 3 163 5E 36
Octal 370 34 55 0 131 122 3 543 136 66
Binary 11111000 11100 101101 0 1011001 1010010 11 101100011 1011110 110110

Color Harmonies of #F81C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C2D

Black with #F81C2D

Text Example


Text Example

White with #F81C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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