Html Css Color HEX #F3133A Torch Red

📋 copy color: '#F3133A'

red 243 ◦ green 19 ◦ blue 58

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

Shades of Torch Red #F3133A

Tints of Torch Red #F3133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 75.94%
G = 5.94%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F3133A (or 0xF3133A) is known color: Torch Red. HEX triplet: F3, 13 and 3A. RGB value is (243,19,58). Sum of RGB (Red+Green+Blue) = 243+19+58=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F3133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3133A is #0CECC5. Grayscale: #5A5A5A. Windows color (decimal): -847046 or 3806195. OLE color: 3806195.

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

Color convert

RGB 243 19 58 -
CMYK 0 0.92 0.76 0.05
HSL 349.55º 0.9% 0.51% -
HSV(B) 349.55º 0.92% 0.95% -
XYZ 37.96 19.83 5.83 -
YUV 90.42 109.71 236.83 -
System Red Green Blue C M Y K H S L
Decimal 243 19 58 0 0.92 0.76 0.05 349.55 0.9 0.51
Hex F3 13 3A 0 5C 4C 5 15E 5A 33
Octal 363 23 72 0 134 114 5 536 132 63
Binary 11110011 10011 111010 0 1011100 1001100 101 101011110 1011010 110011

Color Harmonies of #F3133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3133A

Black with #F3133A

Text Example


Text Example

White with #F3133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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