Html Css Color HEX #F82128 Torch Red

📋 copy color: '#F82128'

red 248 ◦ green 33 ◦ blue 40

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

Shades of Torch Red #F82128

Tints of Torch Red #F82128

RGB

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

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

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

R = 77.26%
G = 10.28%
B = 12.46%

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

#F82128 (or 0xF82128) is known color: Torch Red. HEX triplet: F8, 21 and 28. RGB value is (248,33,40). Sum of RGB (Red+Green+Blue) = 248+33+40=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F82128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82128 is #07DED7. Grayscale: #626262. Windows color (decimal): -515800 or 2630136. OLE color: 2630136.

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

Color convert

RGB 248 33 40 -
CMYK 0 0.87 0.84 0.03
HSL 358.05º 0.94% 0.55% -
HSV(B) 358.05º 0.87% 0.97% -
XYZ 39.64 21.2 4.01 -
YUV 98.08 95.23 234.93 -
System Red Green Blue C M Y K H S L
Decimal 248 33 40 0 0.87 0.84 0.03 358.05 0.94 0.55
Hex F8 21 28 0 57 54 3 166 5E 37
Octal 370 41 50 0 127 124 3 546 136 67
Binary 11111000 100001 101000 0 1010111 1010100 11 101100110 1011110 110111

Color Harmonies of #F82128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82128

Black with #F82128

Text Example


Text Example

White with #F82128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82128; }

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

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

background-color css

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

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

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

border-color css

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

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

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