Html Css Color HEX #F31348 Torch Red

📋 copy color: '#F31348'

red 243 ◦ green 19 ◦ blue 72

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

Shades of Torch Red #F31348

Tints of Torch Red #F31348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 72.75%
G = 5.69%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F31348 (or 0xF31348) is known color: Torch Red. HEX triplet: F3, 13 and 48. RGB value is (243,19,72). Sum of RGB (Red+Green+Blue) = 243+19+72=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F31348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31348 is #0CECB7. Grayscale: #5C5C5C. Windows color (decimal): -847032 or 4723699. OLE color: 4723699.

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

Color convert

RGB 243 19 72 -
CMYK 0 0.92 0.70 0.05
HSL 345.8º 0.9% 0.51% -
HSV(B) 345.8º 0.92% 0.95% -
XYZ 38.36 19.99 7.97 -
YUV 92.02 116.71 235.69 -
System Red Green Blue C M Y K H S L
Decimal 243 19 72 0 0.92 0.70 0.05 345.8 0.9 0.51
Hex F3 13 48 0 5C 46 5 15A 5A 33
Octal 363 23 110 0 134 106 5 532 132 63
Binary 11110011 10011 1001000 0 1011100 1000110 101 101011010 1011010 110011

Color Harmonies of #F31348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31348

Black with #F31348

Text Example


Text Example

White with #F31348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31348; }

 p { color: rgb(243,19,72); }

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

background-color css

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

 a { background-color: rgb(243,19,72); }

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

border-color css

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

 span { border-color: rgb(243,19,72); }

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