Html Css Color HEX #F3182F Torch Red

📋 copy color: '#F3182F'

red 243 ◦ green 24 ◦ blue 47

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

Shades of Torch Red #F3182F

Tints of Torch Red #F3182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 77.39%
G = 7.64%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3182F (or 0xF3182F) is known color: Torch Red. HEX triplet: F3, 18 and 2F. RGB value is (243,24,47). Sum of RGB (Red+Green+Blue) = 243+24+47=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F3182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3182F is #0CE7D0. Grayscale: #5C5C5C. Windows color (decimal): -845777 or 3086579. OLE color: 3086579.

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

Color convert

RGB 243 24 47 -
CMYK 0 0.90 0.81 0.05
HSL 353.7º 0.9% 0.52% -
HSV(B) 353.7º 0.9% 0.95% -
XYZ 37.8 19.91 4.54 -
YUV 92.1 102.55 235.63 -
System Red Green Blue C M Y K H S L
Decimal 243 24 47 0 0.90 0.81 0.05 353.7 0.9 0.52
Hex F3 18 2F 0 5A 51 5 162 5A 34
Octal 363 30 57 0 132 121 5 542 132 64
Binary 11110011 11000 101111 0 1011010 1010001 101 101100010 1011010 110100

Color Harmonies of #F3182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3182F

Black with #F3182F

Text Example


Text Example

White with #F3182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3182F; }

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

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

background-color css

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

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

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

border-color css

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

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

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