Html Css Color HEX #F60329 Torch Red

📋 copy color: '#F60329'

red 246 ◦ green 3 ◦ blue 41

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

Shades of Torch Red #F60329

Tints of Torch Red #F60329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 41 (16.41% from 255) = 14.14%

R = 84.83%
G = 1.03%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F60329 (or 0xF60329) is known color: Torch Red. HEX triplet: F6, 03 and 29. RGB value is (246,3,41). Sum of RGB (Red+Green+Blue) = 246+3+41=290 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.83% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 246 - color contains mainly: red. Hex color #F60329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60329 is #09FCD6. Grayscale: #505050. Windows color (decimal): -654551 or 2687990. OLE color: 2687990.

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

Color convert

RGB 246 3 41 -
CMYK 0 0.99 0.83 0.04
HSL 350.62º 0.98% 0.49% -
HSV(B) 350.62º 0.99% 0.96% -
XYZ 38.44 19.82 3.9 -
YUV 79.99 106.01 246.41 -
System Red Green Blue C M Y K H S L
Decimal 246 3 41 0 0.99 0.83 0.04 350.62 0.98 0.49
Hex F6 3 29 0 63 53 4 15F 62 31
Octal 366 3 51 0 143 123 4 537 142 61
Binary 11110110 11 101001 0 1100011 1010011 100 101011111 1100010 110001

Color Harmonies of #F60329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60329

Black with #F60329

Text Example


Text Example

White with #F60329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60329; }

 p { color: rgb(246,3,41); }

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

background-color css

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

 a { background-color: rgb(246,3,41); }

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

border-color css

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

 span { border-color: rgb(246,3,41); }

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