Html Css Color HEX #F31138 Torch Red

📋 copy color: '#F31138'

red 243 ◦ green 17 ◦ blue 56

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

Shades of Torch Red #F31138

Tints of Torch Red #F31138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 56 (22.27% from 255) = 17.72%

R = 76.9%
G = 5.38%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F31138 (or 0xF31138) is known color: Torch Red. HEX triplet: F3, 11 and 38. RGB value is (243,17,56). Sum of RGB (Red+Green+Blue) = 243+17+56=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F31138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31138 is #0CEEC7. Grayscale: #595959. Windows color (decimal): -847560 or 3674611. OLE color: 3674611.

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

Color convert

RGB 243 17 56 -
CMYK 0 0.93 0.77 0.05
HSL 349.65º 0.9% 0.51% -
HSV(B) 349.65º 0.93% 0.95% -
XYZ 37.88 19.74 5.56 -
YUV 89.02 109.37 237.83 -
System Red Green Blue C M Y K H S L
Decimal 243 17 56 0 0.93 0.77 0.05 349.65 0.9 0.51
Hex F3 11 38 0 5D 4D 5 15E 5A 33
Octal 363 21 70 0 135 115 5 536 132 63
Binary 11110011 10001 111000 0 1011101 1001101 101 101011110 1011010 110011

Color Harmonies of #F31138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31138

Black with #F31138

Text Example


Text Example

White with #F31138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31138; }

 p { color: rgb(243,17,56); }

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

background-color css

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

 a { background-color: rgb(243,17,56); }

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

border-color css

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

 span { border-color: rgb(243,17,56); }

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