Html Css Color HEX #F61021 Torch Red

📋 copy color: '#F61021'

red 246 ◦ green 16 ◦ blue 33

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

Shades of Torch Red #F61021

Tints of Torch Red #F61021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 83.39%
G = 5.42%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F61021 (or 0xF61021) is known color: Torch Red. HEX triplet: F6, 10 and 21. RGB value is (246,16,33). Sum of RGB (Red+Green+Blue) = 246+16+33=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F61021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61021 is #09EFDE. Grayscale: #565656. Windows color (decimal): -651231 or 2167030. OLE color: 2167030.

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

Color convert

RGB 246 16 33 -
CMYK 0 0.93 0.87 0.04
HSL 355.57º 0.93% 0.51% -
HSV(B) 355.57º 0.93% 0.96% -
XYZ 38.47 20.07 3.29 -
YUV 86.71 97.7 241.62 -
System Red Green Blue C M Y K H S L
Decimal 246 16 33 0 0.93 0.87 0.04 355.57 0.93 0.51
Hex F6 10 21 0 5D 57 4 164 5D 33
Octal 366 20 41 0 135 127 4 544 135 63
Binary 11110110 10000 100001 0 1011101 1010111 100 101100100 1011101 110011

Color Harmonies of #F61021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61021

Black with #F61021

Text Example


Text Example

White with #F61021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61021; }

 p { color: rgb(246,16,33); }

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

background-color css

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

 a { background-color: rgb(246,16,33); }

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

border-color css

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

 span { border-color: rgb(246,16,33); }

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