Html Css Color HEX #F61921 Torch Red

📋 copy color: '#F61921'

red 246 ◦ green 25 ◦ blue 33

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

Shades of Torch Red #F61921

Tints of Torch Red #F61921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

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

R = 80.92%
G = 8.22%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F61921 (or 0xF61921) is known color: Torch Red. HEX triplet: F6, 19 and 21. RGB value is (246,25,33). Sum of RGB (Red+Green+Blue) = 246+25+33=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F61921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61921 is #09E6DE. Grayscale: #5C5C5C. Windows color (decimal): -648927 or 2169334. OLE color: 2169334.

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

Color convert

RGB 246 25 33 -
CMYK 0 0.90 0.87 0.04
HSL 357.83º 0.92% 0.53% -
HSV(B) 357.83º 0.9% 0.96% -
XYZ 38.63 20.4 3.34 -
YUV 91.99 94.72 237.85 -
System Red Green Blue C M Y K H S L
Decimal 246 25 33 0 0.90 0.87 0.04 357.83 0.92 0.53
Hex F6 19 21 0 5A 57 4 166 5C 35
Octal 366 31 41 0 132 127 4 546 134 65
Binary 11110110 11001 100001 0 1011010 1010111 100 101100110 1011100 110101

Color Harmonies of #F61921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61921

Black with #F61921

Text Example


Text Example

White with #F61921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61921; }

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

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

background-color css

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

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

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

border-color css

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

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

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