Html Css Color HEX #F60528 Torch Red

📋 copy color: '#F60528'

red 246 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #F60528

Tints of Torch Red #F60528

RGB

 RED value IS 246 (96.48% from 255) = 84.54%

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 84.54%
G = 1.72%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F60528 (or 0xF60528) is known color: Torch Red. HEX triplet: F6, 05 and 28. RGB value is (246,5,40). Sum of RGB (Red+Green+Blue) = 246+5+40=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F60528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60528 is #09FAD7. Grayscale: #515151. Windows color (decimal): -654040 or 2622966. OLE color: 2622966.

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

Color convert

RGB 246 5 40 -
CMYK 0 0.98 0.84 0.04
HSL 351.29º 0.96% 0.49% -
HSV(B) 351.29º 0.98% 0.96% -
XYZ 38.44 19.85 3.81 -
YUV 81.05 104.84 245.65 -
System Red Green Blue C M Y K H S L
Decimal 246 5 40 0 0.98 0.84 0.04 351.29 0.96 0.49
Hex F6 5 28 0 62 54 4 15F 60 31
Octal 366 5 50 0 142 124 4 537 140 61
Binary 11110110 101 101000 0 1100010 1010100 100 101011111 1100000 110001

Color Harmonies of #F60528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60528

Black with #F60528

Text Example


Text Example

White with #F60528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60528; }

 p { color: rgb(246,5,40); }

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

background-color css

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

 a { background-color: rgb(246,5,40); }

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

border-color css

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

 span { border-color: rgb(246,5,40); }

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