Html Css Color HEX #F60327 Torch Red

📋 copy color: '#F60327'

red 246 ◦ green 3 ◦ blue 39

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

Shades of Torch Red #F60327

Tints of Torch Red #F60327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 85.42%
G = 1.04%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F60327 (or 0xF60327) is known color: Torch Red. HEX triplet: F6, 03 and 27. RGB value is (246,3,39). Sum of RGB (Red+Green+Blue) = 246+3+39=288 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.42% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 246 - color contains mainly: red. Hex color #F60327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60327 is #09FCD8. Grayscale: #4F4F4F. Windows color (decimal): -654553 or 2556918. OLE color: 2556918.

HSL color Cylindrical-coordinate representation of color #F60327: hue angle of 351.11º 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 #F60327 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 3 39 -
CMYK 0 0.99 0.84 0.04
HSL 351.11º 0.98% 0.49% -
HSV(B) 351.11º 0.99% 0.96% -
XYZ 38.4 19.8 3.72 -
YUV 79.76 105.01 246.57 -
System Red Green Blue C M Y K H S L
Decimal 246 3 39 0 0.99 0.84 0.04 351.11 0.98 0.49
Hex F6 3 27 0 63 54 4 15F 62 31
Octal 366 3 47 0 143 124 4 537 142 61
Binary 11110110 11 100111 0 1100011 1010100 100 101011111 1100010 110001

Color Harmonies of #F60327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60327

Black with #F60327

Text Example


Text Example

White with #F60327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60327; }

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

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

background-color css

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

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

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

border-color css

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

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

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