Html Css Color HEX #F80434 Torch Red

📋 copy color: '#F80434'

red 248 ◦ green 4 ◦ blue 52

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

Shades of Torch Red #F80434

Tints of Torch Red #F80434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 81.58%
G = 1.32%
B = 17.11%

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

#F80434 (or 0xF80434) is known color: Torch Red. HEX triplet: F8, 04 and 34. RGB value is (248,4,52). Sum of RGB (Red+Green+Blue) = 248+4+52=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F80434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80434 is #07FBCB. Grayscale: #525252. Windows color (decimal): -523212 or 3409144. OLE color: 3409144.

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

Color convert

RGB 248 4 52 -
CMYK 0 0.98 0.79 0.03
HSL 348.2º 0.97% 0.49% -
HSV(B) 348.2º 0.98% 0.97% -
XYZ 39.37 20.29 5.09 -
YUV 82.43 110.84 246.1 -
System Red Green Blue C M Y K H S L
Decimal 248 4 52 0 0.98 0.79 0.03 348.2 0.97 0.49
Hex F8 4 34 0 62 4F 3 15C 61 31
Octal 370 4 64 0 142 117 3 534 141 61
Binary 11111000 100 110100 0 1100010 1001111 11 101011100 1100001 110001

Color Harmonies of #F80434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80434

Black with #F80434

Text Example


Text Example

White with #F80434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80434; }

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

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

background-color css

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

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

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

border-color css

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

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

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