Html Css Color HEX #F81129 Torch Red

📋 copy color: '#F81129'

red 248 ◦ green 17 ◦ blue 41

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

Shades of Torch Red #F81129

Tints of Torch Red #F81129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 81.05%
G = 5.56%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F81129 (or 0xF81129) is known color: Torch Red. HEX triplet: F8, 11 and 29. RGB value is (248,17,41). Sum of RGB (Red+Green+Blue) = 248+17+41=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F81129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81129 is #07EED6. Grayscale: #585858. Windows color (decimal): -519895 or 2691576. OLE color: 2691576.

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

Color convert

RGB 248 17 41 -
CMYK 0 0.93 0.83 0.03
HSL 353.77º 0.94% 0.52% -
HSV(B) 353.77º 0.93% 0.97% -
XYZ 39.31 20.52 3.99 -
YUV 88.81 101.03 241.55 -
System Red Green Blue C M Y K H S L
Decimal 248 17 41 0 0.93 0.83 0.03 353.77 0.94 0.52
Hex F8 11 29 0 5D 53 3 162 5E 34
Octal 370 21 51 0 135 123 3 542 136 64
Binary 11111000 10001 101001 0 1011101 1010011 11 101100010 1011110 110100

Color Harmonies of #F81129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81129

Black with #F81129

Text Example


Text Example

White with #F81129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81129; }

 p { color: rgb(248,17,41); }

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

background-color css

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

 a { background-color: rgb(248,17,41); }

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

border-color css

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

 span { border-color: rgb(248,17,41); }

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