Html Css Color HEX #F80433 Torch Red

📋 copy color: '#F80433'

red 248 ◦ green 4 ◦ blue 51

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

Shades of Torch Red #F80433

Tints of Torch Red #F80433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 81.85%
G = 1.32%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F80433 (or 0xF80433) is known color: Torch Red. HEX triplet: F8, 04 and 33. RGB value is (248,4,51). Sum of RGB (Red+Green+Blue) = 248+4+51=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F80433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80433 is #07FBCC. Grayscale: #525252. Windows color (decimal): -523213 or 3343608. OLE color: 3343608.

HSL color Cylindrical-coordinate representation of color #F80433: hue angle of 348.44º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80433 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 4 51 -
CMYK 0 0.98 0.79 0.03
HSL 348.44º 0.97% 0.49% -
HSV(B) 348.44º 0.98% 0.97% -
XYZ 39.35 20.28 4.97 -
YUV 82.31 110.34 246.18 -
System Red Green Blue C M Y K H S L
Decimal 248 4 51 0 0.98 0.79 0.03 348.44 0.97 0.49
Hex F8 4 33 0 62 4F 3 15C 61 31
Octal 370 4 63 0 142 117 3 534 141 61
Binary 11111000 100 110011 0 1100010 1001111 11 101011100 1100001 110001

Color Harmonies of #F80433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80433

Black with #F80433

Text Example


Text Example

White with #F80433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80433; }

 p { color: rgb(248,4,51); }

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

background-color css

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

 a { background-color: rgb(248,4,51); }

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

border-color css

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

 span { border-color: rgb(248,4,51); }

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