Html Css Color HEX #F81D29 Torch Red

📋 copy color: '#F81D29'

red 248 ◦ green 29 ◦ blue 41

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

Shades of Torch Red #F81D29

Tints of Torch Red #F81D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

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

R = 77.99%
G = 9.12%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F81D29 (or 0xF81D29) is known color: Torch Red. HEX triplet: F8, 1D and 29. RGB value is (248,29,41). Sum of RGB (Red+Green+Blue) = 248+29+41=318 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.99% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81D29 is #07E2D6. Grayscale: #606060. Windows color (decimal): -516823 or 2694648. OLE color: 2694648.

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

Color convert

RGB 248 29 41 -
CMYK 0 0.88 0.83 0.03
HSL 356.71º 0.94% 0.54% -
HSV(B) 356.71º 0.88% 0.97% -
XYZ 39.55 21 4.07 -
YUV 95.85 97.05 236.52 -
System Red Green Blue C M Y K H S L
Decimal 248 29 41 0 0.88 0.83 0.03 356.71 0.94 0.54
Hex F8 1D 29 0 58 53 3 165 5E 36
Octal 370 35 51 0 130 123 3 545 136 66
Binary 11111000 11101 101001 0 1011000 1010011 11 101100101 1011110 110110

Color Harmonies of #F81D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D29

Black with #F81D29

Text Example


Text Example

White with #F81D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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