Html Css Color HEX #F61222 Torch Red

📋 copy color: '#F61222'

red 246 ◦ green 18 ◦ blue 34

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

Shades of Torch Red #F61222

Tints of Torch Red #F61222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 82.55%
G = 6.04%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F61222 (or 0xF61222) is known color: Torch Red. HEX triplet: F6, 12 and 22. RGB value is (246,18,34). Sum of RGB (Red+Green+Blue) = 246+18+34=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F61222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61222 is #09EDDD. Grayscale: #585858. Windows color (decimal): -650718 or 2233078. OLE color: 2233078.

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

Color convert

RGB 246 18 34 -
CMYK 0 0.93 0.86 0.04
HSL 355.79º 0.93% 0.52% -
HSV(B) 355.79º 0.93% 0.96% -
XYZ 38.51 20.14 3.37 -
YUV 88 97.54 240.7 -
System Red Green Blue C M Y K H S L
Decimal 246 18 34 0 0.93 0.86 0.04 355.79 0.93 0.52
Hex F6 12 22 0 5D 56 4 164 5D 34
Octal 366 22 42 0 135 126 4 544 135 64
Binary 11110110 10010 100010 0 1011101 1010110 100 101100100 1011101 110100

Color Harmonies of #F61222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61222

Black with #F61222

Text Example


Text Example

White with #F61222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61222; }

 p { color: rgb(246,18,34); }

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

background-color css

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

 a { background-color: rgb(246,18,34); }

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

border-color css

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

 span { border-color: rgb(246,18,34); }

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