Html Css Color HEX #F3123C Torch Red

📋 copy color: '#F3123C'

red 243 ◦ green 18 ◦ blue 60

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

Shades of Torch Red #F3123C

Tints of Torch Red #F3123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 75.7%
G = 5.61%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3123C (or 0xF3123C) is known color: Torch Red. HEX triplet: F3, 12 and 3C. RGB value is (243,18,60). Sum of RGB (Red+Green+Blue) = 243+18+60=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F3123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3123C is #0CEDC3. Grayscale: #5A5A5A. Windows color (decimal): -847300 or 3937011. OLE color: 3937011.

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

Color convert

RGB 243 18 60 -
CMYK 0 0.93 0.75 0.05
HSL 348.8º 0.9% 0.51% -
HSV(B) 348.8º 0.93% 0.95% -
XYZ 37.99 19.81 6.1 -
YUV 90.06 111.04 237.08 -
System Red Green Blue C M Y K H S L
Decimal 243 18 60 0 0.93 0.75 0.05 348.8 0.9 0.51
Hex F3 12 3C 0 5D 4B 5 15D 5A 33
Octal 363 22 74 0 135 113 5 535 132 63
Binary 11110011 10010 111100 0 1011101 1001011 101 101011101 1011010 110011

Color Harmonies of #F3123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3123C

Black with #F3123C

Text Example


Text Example

White with #F3123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3123C; }

 p { color: rgb(243,18,60); }

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

background-color css

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

 a { background-color: rgb(243,18,60); }

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

border-color css

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

 span { border-color: rgb(243,18,60); }

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