Html Css Color HEX #F3153C Torch Red

📋 copy color: '#F3153C'

red 243 ◦ green 21 ◦ blue 60

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

Shades of Torch Red #F3153C

Tints of Torch Red #F3153C

RGB

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

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

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

R = 75%
G = 6.48%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3153C (or 0xF3153C) is known color: Torch Red. HEX triplet: F3, 15 and 3C. RGB value is (243,21,60). Sum of RGB (Red+Green+Blue) = 243+21+60=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F3153C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3153C is #0CEAC3. Grayscale: #5B5B5B. Windows color (decimal): -846532 or 3937779. OLE color: 3937779.

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

Color convert

RGB 243 21 60 -
CMYK 0 0.91 0.75 0.05
HSL 349.46º 0.9% 0.52% -
HSV(B) 349.46º 0.91% 0.95% -
XYZ 38.05 19.92 6.11 -
YUV 91.82 110.05 235.83 -
System Red Green Blue C M Y K H S L
Decimal 243 21 60 0 0.91 0.75 0.05 349.46 0.9 0.52
Hex F3 15 3C 0 5B 4B 5 15D 5A 34
Octal 363 25 74 0 133 113 5 535 132 64
Binary 11110011 10101 111100 0 1011011 1001011 101 101011101 1011010 110100

Color Harmonies of #F3153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3153C

Black with #F3153C

Text Example


Text Example

White with #F3153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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