Html Css Color HEX #F81428 Torch Red

📋 copy color: '#F81428'

red 248 ◦ green 20 ◦ blue 40

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

Shades of Torch Red #F81428

Tints of Torch Red #F81428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 80.52%
G = 6.49%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F81428 (or 0xF81428) is known color: Torch Red. HEX triplet: F8, 14 and 28. RGB value is (248,20,40). Sum of RGB (Red+Green+Blue) = 248+20+40=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F81428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81428 is #07EBD7. Grayscale: #5A5A5A. Windows color (decimal): -519128 or 2626808. OLE color: 2626808.

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

Color convert

RGB 248 20 40 -
CMYK 0 0.92 0.84 0.03
HSL 354.74º 0.94% 0.53% -
HSV(B) 354.74º 0.92% 0.97% -
XYZ 39.34 20.61 3.91 -
YUV 90.45 99.54 240.37 -
System Red Green Blue C M Y K H S L
Decimal 248 20 40 0 0.92 0.84 0.03 354.74 0.94 0.53
Hex F8 14 28 0 5C 54 3 163 5E 35
Octal 370 24 50 0 134 124 3 543 136 65
Binary 11111000 10100 101000 0 1011100 1010100 11 101100011 1011110 110101

Color Harmonies of #F81428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81428

Black with #F81428

Text Example


Text Example

White with #F81428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81428; }

 p { color: rgb(248,20,40); }

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

background-color css

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

 a { background-color: rgb(248,20,40); }

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

border-color css

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

 span { border-color: rgb(248,20,40); }

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