Html Css Color HEX #F81427 Torch Red

📋 copy color: '#F81427'

red 248 ◦ green 20 ◦ blue 39

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

Shades of Torch Red #F81427

Tints of Torch Red #F81427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 80.78%
G = 6.51%
B = 12.7%

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

#F81427 (or 0xF81427) is known color: Torch Red. HEX triplet: F8, 14 and 27. RGB value is (248,20,39). Sum of RGB (Red+Green+Blue) = 248+20+39=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F81427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81427 is #07EBD8. Grayscale: #5A5A5A. Windows color (decimal): -519129 or 2561272. OLE color: 2561272.

HSL color Cylindrical-coordinate representation of color #F81427: hue angle of 355º 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 #F81427 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 20 39 -
CMYK 0 0.92 0.84 0.03
HSL 355º 0.94% 0.53% -
HSV(B) 355º 0.92% 0.97% -
XYZ 39.33 20.6 3.82 -
YUV 90.34 99.04 240.46 -
System Red Green Blue C M Y K H S L
Decimal 248 20 39 0 0.92 0.84 0.03 355 0.94 0.53
Hex F8 14 27 0 5C 54 3 163 5E 35
Octal 370 24 47 0 134 124 3 543 136 65
Binary 11111000 10100 100111 0 1011100 1010100 11 101100011 1011110 110101

Color Harmonies of #F81427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81427

Black with #F81427

Text Example


Text Example

White with #F81427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81427; }

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

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

background-color css

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

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

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

border-color css

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

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

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