Html Css Color HEX #F3162A Torch Red

📋 copy color: '#F3162A'

red 243 ◦ green 22 ◦ blue 42

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

Shades of Torch Red #F3162A

Tints of Torch Red #F3162A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 79.15%
G = 7.17%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3162A (or 0xF3162A) is known color: Torch Red. HEX triplet: F3, 16 and 2A. RGB value is (243,22,42). Sum of RGB (Red+Green+Blue) = 243+22+42=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F3162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3162A is #0CE9D5. Grayscale: #5A5A5A. Windows color (decimal): -846294 or 2758387. OLE color: 2758387.

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

Color convert

RGB 243 22 42 -
CMYK 0 0.91 0.83 0.05
HSL 354.57º 0.9% 0.52% -
HSV(B) 354.57º 0.91% 0.95% -
XYZ 37.67 19.8 4.03 -
YUV 90.36 100.72 236.87 -
System Red Green Blue C M Y K H S L
Decimal 243 22 42 0 0.91 0.83 0.05 354.57 0.9 0.52
Hex F3 16 2A 0 5B 53 5 163 5A 34
Octal 363 26 52 0 133 123 5 543 132 64
Binary 11110011 10110 101010 0 1011011 1010011 101 101100011 1011010 110100

Color Harmonies of #F3162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3162A

Black with #F3162A

Text Example


Text Example

White with #F3162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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