Html Css Color HEX #F3162B Torch Red

📋 copy color: '#F3162B'

red 243 ◦ green 22 ◦ blue 43

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

Shades of Torch Red #F3162B

Tints of Torch Red #F3162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 78.9%
G = 7.14%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F3162B (or 0xF3162B) is known color: Torch Red. HEX triplet: F3, 16 and 2B. RGB value is (243,22,43). Sum of RGB (Red+Green+Blue) = 243+22+43=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F3162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3162B is #0CE9D4. Grayscale: #5A5A5A. Windows color (decimal): -846293 or 2823923. OLE color: 2823923.

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

Color convert

RGB 243 22 43 -
CMYK 0 0.91 0.82 0.05
HSL 354.3º 0.9% 0.52% -
HSV(B) 354.3º 0.91% 0.95% -
XYZ 37.69 19.8 4.12 -
YUV 90.47 101.22 236.79 -
System Red Green Blue C M Y K H S L
Decimal 243 22 43 0 0.91 0.82 0.05 354.3 0.9 0.52
Hex F3 16 2B 0 5B 52 5 162 5A 34
Octal 363 26 53 0 133 122 5 542 132 64
Binary 11110011 10110 101011 0 1011011 1010010 101 101100010 1011010 110100

Color Harmonies of #F3162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3162B

Black with #F3162B

Text Example


Text Example

White with #F3162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3162B; }

 p { color: rgb(243,22,43); }

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

background-color css

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

 a { background-color: rgb(243,22,43); }

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

border-color css

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

 span { border-color: rgb(243,22,43); }

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