Html Css Color HEX #F60318 Torch Red

📋 copy color: '#F60318'

red 246 ◦ green 3 ◦ blue 24

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

Shades of Torch Red #F60318

Tints of Torch Red #F60318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 90.11%
G = 1.1%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F60318 (or 0xF60318) is known color: Torch Red. HEX triplet: F6, 03 and 18. RGB value is (246,3,24). Sum of RGB (Red+Green+Blue) = 246+3+24=273 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.11% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 246 - color contains mainly: red. Hex color #F60318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60318 is #09FCE7. Grayscale: #4E4E4E. Windows color (decimal): -654568 or 1573878. OLE color: 1573878.

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

Color convert

RGB 246 3 24 -
CMYK 0 0.99 0.90 0.04
HSL 354.81º 0.98% 0.49% -
HSV(B) 354.81º 0.99% 0.96% -
XYZ 38.2 19.72 2.66 -
YUV 78.05 97.51 247.79 -
System Red Green Blue C M Y K H S L
Decimal 246 3 24 0 0.99 0.90 0.04 354.81 0.98 0.49
Hex F6 3 18 0 63 5A 4 163 62 31
Octal 366 3 30 0 143 132 4 543 142 61
Binary 11110110 11 11000 0 1100011 1011010 100 101100011 1100010 110001

Color Harmonies of #F60318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60318

Black with #F60318

Text Example


Text Example

White with #F60318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60318; }

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

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

background-color css

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

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

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

border-color css

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

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

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