Html Css Color HEX #F3152A Torch Red

📋 copy color: '#F3152A'

red 243 ◦ green 21 ◦ blue 42

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

Shades of Torch Red #F3152A

Tints of Torch Red #F3152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

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

R = 79.41%
G = 6.86%
B = 13.73%

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

#F3152A (or 0xF3152A) is known color: Torch Red. HEX triplet: F3, 15 and 2A. RGB value is (243,21,42). Sum of RGB (Red+Green+Blue) = 243+21+42=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F3152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3152A is #0CEAD5. Grayscale: #595959. Windows color (decimal): -846550 or 2758131. OLE color: 2758131.

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

Color convert

RGB 243 21 42 -
CMYK 0 0.91 0.83 0.05
HSL 354.32º 0.9% 0.52% -
HSV(B) 354.32º 0.91% 0.95% -
XYZ 37.65 19.76 4.02 -
YUV 89.77 101.05 237.29 -
System Red Green Blue C M Y K H S L
Decimal 243 21 42 0 0.91 0.83 0.05 354.32 0.9 0.52
Hex F3 15 2A 0 5B 53 5 162 5A 34
Octal 363 25 52 0 133 123 5 542 132 64
Binary 11110011 10101 101010 0 1011011 1010011 101 101100010 1011010 110100

Color Harmonies of #F3152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3152A

Black with #F3152A

Text Example


Text Example

White with #F3152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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