Html Css Color HEX #F31A2F Torch Red

📋 copy color: '#F31A2F'

red 243 ◦ green 26 ◦ blue 47

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

Shades of Torch Red #F31A2F

Tints of Torch Red #F31A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 76.9%
G = 8.23%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F31A2F (or 0xF31A2F) is known color: Torch Red. HEX triplet: F3, 1A and 2F. RGB value is (243,26,47). Sum of RGB (Red+Green+Blue) = 243+26+47=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31A2F is #0CE5D0. Grayscale: #5D5D5D. Windows color (decimal): -845265 or 3087091. OLE color: 3087091.

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

Color convert

RGB 243 26 47 -
CMYK 0 0.89 0.81 0.05
HSL 354.19º 0.9% 0.53% -
HSV(B) 354.19º 0.89% 0.95% -
XYZ 37.84 20 4.55 -
YUV 93.28 101.89 234.79 -
System Red Green Blue C M Y K H S L
Decimal 243 26 47 0 0.89 0.81 0.05 354.19 0.9 0.53
Hex F3 1A 2F 0 59 51 5 162 5A 35
Octal 363 32 57 0 131 121 5 542 132 65
Binary 11110011 11010 101111 0 1011001 1010001 101 101100010 1011010 110101

Color Harmonies of #F31A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A2F

Black with #F31A2F

Text Example


Text Example

White with #F31A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A2F; }

 p { color: rgb(243,26,47); }

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

background-color css

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

 a { background-color: rgb(243,26,47); }

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

border-color css

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

 span { border-color: rgb(243,26,47); }

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