Html Css Color HEX #F31941 Torch Red

📋 copy color: '#F31941'

red 243 ◦ green 25 ◦ blue 65

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

Shades of Torch Red #F31941

Tints of Torch Red #F31941

RGB

 RED value IS 243 (95.31% from 255) = 72.97%

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

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 72.97%
G = 7.51%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F31941 (or 0xF31941) is known color: Torch Red. HEX triplet: F3, 19 and 41. RGB value is (243,25,65). Sum of RGB (Red+Green+Blue) = 243+25+65=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F31941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31941 is #0CE6BE. Grayscale: #5E5E5E. Windows color (decimal): -845503 or 4266483. OLE color: 4266483.

HSL color Cylindrical-coordinate representation of color #F31941: hue angle of 348.99º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31941 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 25 65 -
CMYK 0 0.90 0.73 0.05
HSL 348.99º 0.9% 0.53% -
HSV(B) 348.99º 0.9% 0.95% -
XYZ 38.26 20.13 6.87 -
YUV 94.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 243 25 65 0 0.90 0.73 0.05 348.99 0.9 0.53
Hex F3 19 41 0 5A 49 5 15D 5A 35
Octal 363 31 101 0 132 111 5 535 132 65
Binary 11110011 11001 1000001 0 1011010 1001001 101 101011101 1011010 110101

Color Harmonies of #F31941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31941

Black with #F31941

Text Example


Text Example

White with #F31941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31941; }

 p { color: rgb(243,25,65); }

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

background-color css

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

 a { background-color: rgb(243,25,65); }

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

border-color css

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

 span { border-color: rgb(243,25,65); }

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