Html Css Color HEX #F61545 Torch Red

📋 copy color: '#F61545'

red 246 ◦ green 21 ◦ blue 69

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

Shades of Torch Red #F61545

Tints of Torch Red #F61545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 73.21%
G = 6.25%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F61545 (or 0xF61545) is known color: Torch Red. HEX triplet: F6, 15 and 45. RGB value is (246,21,69). Sum of RGB (Red+Green+Blue) = 246+21+69=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F61545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61545 is #09EABA. Grayscale: #5D5D5D. Windows color (decimal): -649915 or 4527606. OLE color: 4527606.

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

Color convert

RGB 246 21 69 -
CMYK 0 0.91 0.72 0.04
HSL 347.2º 0.93% 0.52% -
HSV(B) 347.2º 0.91% 0.96% -
XYZ 39.35 20.56 7.52 -
YUV 93.75 114.04 236.6 -
System Red Green Blue C M Y K H S L
Decimal 246 21 69 0 0.91 0.72 0.04 347.2 0.93 0.52
Hex F6 15 45 0 5B 48 4 15B 5D 34
Octal 366 25 105 0 133 110 4 533 135 64
Binary 11110110 10101 1000101 0 1011011 1001000 100 101011011 1011101 110100

Color Harmonies of #F61545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61545

Black with #F61545

Text Example


Text Example

White with #F61545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61545; }

 p { color: rgb(246,21,69); }

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

background-color css

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

 a { background-color: rgb(246,21,69); }

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

border-color css

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

 span { border-color: rgb(246,21,69); }

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