Html Css Color HEX #F31A36 Torch Red

📋 copy color: '#F31A36'

red 243 ◦ green 26 ◦ blue 54

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

Shades of Torch Red #F31A36

Tints of Torch Red #F31A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 75.23%
G = 8.05%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F31A36 (or 0xF31A36) is known color: Torch Red. HEX triplet: F3, 1A and 36. RGB value is (243,26,54). Sum of RGB (Red+Green+Blue) = 243+26+54=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31A36 is #0CE5C9. Grayscale: #5E5E5E. Windows color (decimal): -845258 or 3545843. OLE color: 3545843.

HSL color Cylindrical-coordinate representation of color #F31A36: hue angle of 352.26º 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 #F31A36 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 26 54 -
CMYK 0 0.89 0.78 0.05
HSL 352.26º 0.9% 0.53% -
HSV(B) 352.26º 0.89% 0.95% -
XYZ 38 20.06 5.36 -
YUV 94.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 243 26 54 0 0.89 0.78 0.05 352.26 0.9 0.53
Hex F3 1A 36 0 59 4E 5 160 5A 35
Octal 363 32 66 0 131 116 5 540 132 65
Binary 11110011 11010 110110 0 1011001 1001110 101 101100000 1011010 110101

Color Harmonies of #F31A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31A36

Black with #F31A36

Text Example


Text Example

White with #F31A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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