Html Css Color HEX #F60213 Torch Red

📋 copy color: '#F60213'

red 246 ◦ green 2 ◦ blue 19

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

Shades of Torch Red #F60213

Tints of Torch Red #F60213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 92.13%
G = 0.75%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F60213 (or 0xF60213) is known color: Torch Red. HEX triplet: F6, 02 and 13. RGB value is (246,2,19). Sum of RGB (Red+Green+Blue) = 246+2+19=267 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.13% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 246 - color contains mainly: red. Hex color #F60213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60213 is #09FDEC. Grayscale: #4D4D4D. Windows color (decimal): -654829 or 1245942. OLE color: 1245942.

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

Color convert

RGB 246 2 19 -
CMYK 0 0.99 0.92 0.04
HSL 355.82º 0.98% 0.49% -
HSV(B) 355.82º 0.99% 0.96% -
XYZ 38.15 19.68 2.4 -
YUV 76.89 95.34 248.62 -
System Red Green Blue C M Y K H S L
Decimal 246 2 19 0 0.99 0.92 0.04 355.82 0.98 0.49
Hex F6 2 13 0 63 5C 4 164 62 31
Octal 366 2 23 0 143 134 4 544 142 61
Binary 11110110 10 10011 0 1100011 1011100 100 101100100 1100010 110001

Color Harmonies of #F60213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60213

Black with #F60213

Text Example


Text Example

White with #F60213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60213; }

 p { color: rgb(246,2,19); }

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

background-color css

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

 a { background-color: rgb(246,2,19); }

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

border-color css

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

 span { border-color: rgb(246,2,19); }

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