Html Css Color HEX #F82038 Torch Red

📋 copy color: '#F82038'

red 248 ◦ green 32 ◦ blue 56

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

Shades of Torch Red #F82038

Tints of Torch Red #F82038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 73.81%
G = 9.52%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F82038 (or 0xF82038) is known color: Torch Red. HEX triplet: F8, 20 and 38. RGB value is (248,32,56). Sum of RGB (Red+Green+Blue) = 248+32+56=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F82038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82038 is #07DFC7. Grayscale: #636363. Windows color (decimal): -516040 or 3678456. OLE color: 3678456.

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

Color convert

RGB 248 32 56 -
CMYK 0 0.87 0.77 0.03
HSL 353.33º 0.94% 0.55% -
HSV(B) 353.33º 0.87% 0.97% -
XYZ 39.94 21.28 5.74 -
YUV 99.32 103.56 234.05 -
System Red Green Blue C M Y K H S L
Decimal 248 32 56 0 0.87 0.77 0.03 353.33 0.94 0.55
Hex F8 20 38 0 57 4D 3 161 5E 37
Octal 370 40 70 0 127 115 3 541 136 67
Binary 11111000 100000 111000 0 1010111 1001101 11 101100001 1011110 110111

Color Harmonies of #F82038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82038

Black with #F82038

Text Example


Text Example

White with #F82038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82038; }

 p { color: rgb(248,32,56); }

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

background-color css

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

 a { background-color: rgb(248,32,56); }

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

border-color css

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

 span { border-color: rgb(248,32,56); }

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