Html Css Color HEX #F82127 Torch Red

📋 copy color: '#F82127'

red 248 ◦ green 33 ◦ blue 39

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

Shades of Torch Red #F82127

Tints of Torch Red #F82127

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 77.5%
G = 10.31%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F82127 (or 0xF82127) is known color: Torch Red. HEX triplet: F8, 21 and 27. RGB value is (248,33,39). Sum of RGB (Red+Green+Blue) = 248+33+39=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F82127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82127 is #07DED8. Grayscale: #626262. Windows color (decimal): -515801 or 2564600. OLE color: 2564600.

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

Color convert

RGB 248 33 39 -
CMYK 0 0.87 0.84 0.03
HSL 358.33º 0.94% 0.55% -
HSV(B) 358.33º 0.87% 0.97% -
XYZ 39.62 21.19 3.92 -
YUV 97.97 94.73 235.01 -
System Red Green Blue C M Y K H S L
Decimal 248 33 39 0 0.87 0.84 0.03 358.33 0.94 0.55
Hex F8 21 27 0 57 54 3 166 5E 37
Octal 370 41 47 0 127 124 3 546 136 67
Binary 11111000 100001 100111 0 1010111 1010100 11 101100110 1011110 110111

Color Harmonies of #F82127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82127

Black with #F82127

Text Example


Text Example

White with #F82127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82127; }

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

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

background-color css

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

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

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

border-color css

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

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

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